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.
2 parents 1d12973 + 8be3e9b commit 9cbdc75Copy full SHA for 9cbdc75
3 files changed
plot_types/basic/pie.py
@@ -1,6 +1,6 @@
1
"""
2
======
3
-pie(X)
+pie(x)
4
5
6
See `~matplotlib.axes.Axes.pie`.
plot_types/basic/plot.py
==========
-plot(X, Y)
+plot(x, y)
See `~matplotlib.axes.Axes.plot`.
plot_types/basic/scatter_plot.py
=============
-scatter(X, Y)
+scatter(x, y)
See `~matplotlib.axes.Axes.scatter`.
0 commit comments