Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 191b7b2

Browse files
add references
1 parent 1531619 commit 191b7b2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

examples/specialty_plots/anscombe.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,18 @@
5252
transform=ax.transAxes, horizontalalignment='right')
5353

5454
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

Comments
 (0)