We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37578e1 commit 40f7120Copy full SHA for 40f7120
examples/gallery/plot/scatter3d.py
@@ -31,7 +31,7 @@
31
32
# Make our 3D scatter plot, coloring each of the 3 species differently
33
fig = pygmt.Figure()
34
-pygmt.makecpt(cmap="cubhelix", series=(0, 3, 1))
+pygmt.makecpt(cmap="cubhelix", color_model="+c", series=(0, 3, 1))
35
fig.plot3d(
36
x=df.petal_width,
37
y=df.sepal_length,
0 commit comments