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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/color/colorbar_basics.py

+3
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)