8000 Proper typing of "prime" in docs, see #5864. · matplotlib/matplotlib@79f1d92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79f1d92

Browse files
committed
Proper typing of "prime" in docs, see #5864.
1 parent f2533ab commit 79f1d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/axes_grid1/parasite_simple2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
ax_kms.axis["bottom"].set_label("Linear velocity at 2.3 kpc [km/s]")
3232
ax_kms.axis["left"].set_label("FWHM [km/s]")
33-
ax_pm.axis["top"].set_label("Proper Motion [$^{''}$/yr]")
33+
ax_pm.axis["top"].set_label(r"Proper Motion [$^{\prime\prime}$/yr]")
3434
ax_pm.axis["top"].label.set_visible(True)
3535
ax_pm.axis["right"].major_ticklabels.set_visible(False)
3636

0 commit comments

Comments
 (0)
0