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.
1 parent 5b87c98 commit 2855028Copy full SHA for 2855028
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