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

Skip to content

Commit 3f8dd62

Browse files
committed
Mention colorbar.minorticks_on/off in references
Fixed incorrect reference to colorbar.minorticks_on/off
1 parent 2c77256 commit 3f8dd62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)