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):
4141
4242 ax1 = fig .add_subplot (
4343 rect , axes_class = floating_axes .FloatingAxes , grid_helper = grid_helper )
44+ ax1 .grid ()
4445
4546 aux_ax = ax1 .get_aux_axes (tr )
4647
@@ -72,6 +73,7 @@ def setup_axes2(fig, rect):
7273
7374 ax1 = fig .add_subplot (
7475 rect , axes_class = floating_axes .FloatingAxes , grid_helper = grid_helper )
76+ ax1 .grid ()
7577
7678 # create a parasite axes whose transData in RA, cz
7779 aux_ax = ax1 .get_aux_axes (tr )
@@ -129,6 +131,7 @@ def setup_axes3(fig, rect):
129131
130132 ax1 .axis ["left" ].label .set_text (r"cz [km$^{-1}$]" )
131133 ax1 .axis ["top" ].label .set_text (r"$\alpha_{1950}$" )
134+ ax1 .grid ()
132135
133136 # create a parasite axes whose transData in RA, cz
134137 aux_ax = ax1 .get_aux_axes (tr )
You can’t perform that action at this time.
0 commit comments