Skip to content

Commit 45ab9de

Browse files
committed
read flux axes min
1 parent 4a42462 commit 45ab9de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2dl5/light_curves/binary_plotting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def plot_flux_vs_time(
131131
markersize=plotting_utilities.get_marker_size() * 0.5,
132132
)
133133

134+
ax.set_ylim([self.config[0].get("flux_axis_min"), self.config[0].get("flux_axis_max")])
134135
ax.axhline(0, color="lightgray", linestyle="--")
135136
plt.xlabel(self._get_time_axis_label(time_axis), fontsize=fontsize)
136137
if mjd_min is not None and mjd_max is not None:

0 commit comments

Comments
 (0)