We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a42462 commit 45ab9deCopy full SHA for 45ab9de
v2dl5/light_curves/binary_plotting.py
@@ -131,6 +131,7 @@ def plot_flux_vs_time(
131
markersize=plotting_utilities.get_marker_size() * 0.5,
132
)
133
134
+ ax.set_ylim([self.config[0].get("flux_axis_min"), self.config[0].get("flux_axis_max")])
135
ax.axhline(0, color="lightgray", linestyle="--")
136
plt.xlabel(self._get_time_axis_label(time_axis), fontsize=fontsize)
137
if mjd_min is not None and mjd_max is not None:
0 commit comments