Skip to content

Commit 8ed4684

Browse files
DOC: Remove "move_text" parameter in gallery example colorbars (#4452)
1 parent ca5b319 commit 8ed4684

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

examples/gallery/embellishments/colorbar.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
# Colorbar placed at Middle Right (MR) outside the plot bounding box, offset by 1 cm
4848
# horizontally and 0 cm vertically from anchor point, with a length of 7 cm and
4949
# width of 0.5 cm, and a rectangle for NaN values.
50-
# Note that the label 'Elevation' is moved to the opposite side and plotted
51-
# vertically as a column of characters.
50+
# Note that the label 'Elevation' is plotted vertically as a column of characters.
5251
position=Position("MR", cstype="outside", offset=(1, 0)),
5352
length=7,
5453
width=0.5,
5554
nan=True,
56-
move_text=["annotations", "label"],
5755
label_as_column=True,
5856
frame=["x+lElevation", "y+lm"],
5957
scale=10,

0 commit comments

Comments
 (0)