We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86aecb commit d1d0af6Copy full SHA for d1d0af6
numpy&pandas/18_plot.py
@@ -24,6 +24,6 @@
24
# plot methods:
25
# 'bar', 'hist', 'box', 'kde', 'area', scatter', hexbin', 'pie'
26
ax = data.plot.scatter(x='A', y='B', color='DarkBlue', label="Class 1")
27
-data.plot.scatter(x='A', y='C', color='DarkGreen', label='Class 2', ax=ax)
+data.plot.scatter(x='A', y='C', color='LightGreen', label='Class 2', ax=ax)
28
29
plt.show()
0 commit comments