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 e0c306f commit 12a0af9Copy full SHA for 12a0af9
examples/gallery/images/grdgradient_shading.py
@@ -59,6 +59,6 @@
59
panel=True,
60
)
61
62
-fig.colorbar(position="JBC+w10c/0.25c+h", frame="a2000f500+lElevation (m)")
+fig.colorbar(position="JBC+w10c/0.25c+h", frame="xa2000f500+lElevation (m)")
63
64
fig.show()
examples/tutorials/basics/plot.py
@@ -90,7 +90,7 @@
90
style="cc",
91
pen="black",
92
93
-fig.colorbar(frame="af+lDepth (km)")
+fig.colorbar(frame="xaf+lDepth (km)")
94
95
96
# sphinx_gallery_thumbnail_number = 3
0 commit comments