Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68314b0

Browse files
authored
Merge pull request #12130 from pharshalp/fix_example_colorbar_basics
DOC: Mention colorbar.minorticks_on/off in references
2 parents 2c77256 + 3f8dd62 commit 68314b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/color/colorbar_basics.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
# in this example:
5656

5757
import matplotlib
58+
import matplotlib.colorbar
5859
matplotlib.axes.Axes.imshow
5960
matplotlib.pyplot.imshow
6061
matplotlib.figure.Figure.colorbar
6162
matplotlib.pyplot.colorbar
63+
matplotlib.colorbar.Colorbar.minorticks_on
64+
matplotlib.colorbar.Colorbar.minorticks_off

0 commit comments

Comments
 (0)