We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d12973 commit 8be3e9bCopy full SHA for 8be3e9b
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