Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1531619 commit 191b7b2Copy full SHA for 191b7b2
1 file changed
examples/specialty_plots/anscombe.py
@@ -52,3 +52,18 @@
52
transform=ax.transAxes, horizontalalignment='right')
53
54
plt.show()
55
+
56
+#############################################################################
57
+#
58
+# ------------
59
60
+# References
61
+# """"""""""
62
63
+# The use of the following functions, methods, classes and modules is shown
64
+# in this example:
65
66
+import matplotlib
67
+matplotlib.axes.Axes.axline
68
+matplotlib.axes.Axes.text
69
+matplotlib.axes.Axes.tick_params
0 commit comments