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 57db5a7 + 2855028 commit 62c1588Copy full SHA for 62c1588
plot_types/basic/scatter_plot.py
@@ -21,7 +21,7 @@
21
# plot
22
fig, ax = plt.subplots()
23
24
-ax.scatter(x, y, s=sizes, c=colors, vmin=-100, vmax=0)
+ax.scatter(x, y, s=sizes, c=colors, vmin=0, vmax=100)
25
26
ax.set(xlim=(0, 8), xticks=np.arange(1, 8),
27
ylim=(0, 8), yticks=np.arange(1, 8))
0 commit comments