8000 typo! · matplotlib/matplotlib@bd04473 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd04473

Browse files
authored
typo!
1 parent b4963f7 commit bd04473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/intermediate/constrainedlayout_guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def example_plot(ax, fontsize=12, nodec=False):
104104
#
105105
# For the `pcolormesh` kwargs (``pc_kwargs``) we use a dictionary.
106106
# Below we will assign one colorbar to a number of axes each containing
107-
# a `SclaraMappable`; specifying the norm and colormap ensures
107+
# a `ScalarMappable`; specifying the norm and colormap ensures
108108
# the colorbar is accurate for all the axes.
109109

110110
arr = np.arange(100).reshape((10, 10))

0 commit comments

Comments
 (0)
0