Merge Colorbar and ColorbarBase. by anntzer · Pull Request #20354 · matplotlib/matplotlib · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_3.0.rst
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/whats_new_3.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Align labels to Axes edges
--------------------------

`~.axes.Axes.set_xlabel`, `~.axes.Axes.set_ylabel` and
`.ColorbarBase.set_label` support a parameter ``loc`` for simplified
``ColorbarBase.set_label`` support a parameter ``loc`` for simplified
positioning. For the xlabel, the supported values are 'left', 'center', or
'right'. For the ylabel, the supported values are 'bottom', 'center', or
'top'.
Expand Down
4 changes: 2 additions & 2 deletions examples/color/colorbar_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
#
# - `matplotlib.axes.Axes.imshow` / `matplotlib.pyplot.imshow`
# - `matplotlib.figure.Figure.colorbar` / `matplotlib.pyplot.colorbar`
# - `matplotlib.colorbar.ColorbarBase.minorticks_on`
# - `matplotlib.colorbar.ColorbarBase.minorticks_off`
# - `matplotlib.colorbar.Colorbar.minorticks_on`
# - `matplotlib.colorbar.Colorbar.minorticks_off`
2 changes: 1 addition & 1 deletion examples/images_contours_and_fields/image_masked.py
Loading