Skip to content

Commit

Permalink
Added Ls label to 1D_time plots
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kling committed Nov 14, 2023
1 parent 9c49d77 commit 4636186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/MarsPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down Expand Up @@ -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 -
Expand Down

0 comments on commit 4636186

Please sign in to comment.