File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ def setup_axes1(fig, rect):
41
41
42
42
ax1 = fig .add_subplot (
43
43
rect , axes_class = floating_axes .FloatingAxes , grid_helper = grid_helper )
44
+ ax1 .grid ()
44
45
45
46
aux_ax = ax1 .get_aux_axes (tr )
46
47
@@ -72,6 +73,7 @@ def setup_axes2(fig, rect):
72
73
73
74
ax1 = fig .add_subplot (
74
75
rect , axes_class = floating_axes .FloatingAxes , grid_helper = grid_helper )
76
+ ax1 .grid ()
75
77
76
78
# create a parasite axes whose transData in RA, cz
77
79
aux_ax = ax1 .get_aux_axes (tr )
@@ -129,6 +131,7 @@ def setup_axes3(fig, rect):
129
131
130
132
ax1 .axis ["left" ].label .set_text (r"cz [km$^{-1}$]" )
131
133
ax1 .axis ["top" ].label .set_text (r"$\alpha_{1950}$" )
134
+ ax1 .grid ()
132
135
133
136
# create a parasite axes whose transData in RA, cz
134
137
aux_ax = ax1 .get_aux_axes (tr )
You can’t perform that action at this time.
0 commit comments