Thanks to visit codestin.com Credit goes to github.com
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 4455dc9 commit f34d0b9Copy full SHA for f34d0b9
1 file changed
examples/axisartist/demo_floating_axes.py
@@ -41,6 +41,7 @@ def setup_axes1(fig, rect):
41
42
ax1 = fig.add_subplot(
43
rect, axes_class=floating_axes.FloatingAxes, grid_helper=grid_helper)
44
+ ax1.grid()
45
46
aux_ax = ax1.get_aux_axes(tr)
47
@@ -72,6 +73,7 @@ def setup_axes2(fig, rect):
72
73
74
75
76
77
78
# create a parasite axes whose transData in RA, cz
79
@@ -129,6 +131,7 @@ def setup_axes3(fig, rect):
129
131
130
132
ax1.axis["left"].label.set_text(r"cz [km$^{-1}$]")
133
ax1.axis["top"].label.set_text(r"$\alpha_{1950}$")
134
135
136
137
0 commit comments