We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2533ab commit 79f1d92Copy full SHA for 79f1d92
examples/axes_grid1/parasite_simple2.py
@@ -30,7 +30,7 @@
30
31
ax_kms.axis["bottom"].set_label("Linear velocity at 2.3 kpc [km/s]")
32
ax_kms.axis["left"].set_label("FWHM [km/s]")
33
-ax_pm.axis["top"].set_label("Proper Motion [$^{''}$/yr]")
+ax_pm.axis["top"].set_label(r"Proper Motion [$^{\prime\prime}$/yr]")
34
ax_pm.axis["top"].label.set_visible(True)
35
ax_pm.axis["right"].major_ticklabels.set_visible(False)
36
0 commit comments