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

Skip to content

Commit 392e3da

Browse files
jklymaktimhoffm
andauthored
Update examples/subplots_axes_and_figures/secondary_axis.py
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 44d46ed commit 392e3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/secondary_axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def anomaly_to_celsius(x):
157157
return (x + np.mean(temperature))
158158

159159

160-
# document use of a float for the position:
160+
# use of a float for the position:
161161
secax_y2 = ax.secondary_yaxis(
162162
1.2, functions=(celsius_to_anomaly, anomaly_to_celsius))
163163
secax_y2.set_ylabel(r'$T - \overline{T}\ [^oC]$')

0 commit comments

Comments
 (0)