diff --git a/bin/MarsPlot.py b/bin/MarsPlot.py index 207ac41..c8ad2f1 100755 --- a/bin/MarsPlot.py +++ b/bin/MarsPlot.py @@ -3526,6 +3526,7 @@ def do_plot(self): lw=3, ms=7, label=txt_label) plt.ylabel('Latitude', fontsize=label_size - self.nPan*label_factor) + # Label is provided if self.axis_opt2: plt.xlabel(self.axis_opt2, fontsize=label_size - @@ -3571,7 +3572,7 @@ def do_plot(self): LsDay = np.mod(LsDay, 360) plt.plot(LsDay, var, self.axis_opt1, lw=3, ms=7, label=txt_label) - + plt.xlabel('L$_s$', fontsize=label_size -self.nPan*label_factor) # Label is provided if self.axis_opt2: plt.ylabel(self.axis_opt2, fontsize=label_size -