diff --git a/src/solarpy/plotting/multiplot.py b/src/solarpy/plotting/multiplot.py index bacf05a..7df3d8f 100644 --- a/src/solarpy/plotting/multiplot.py +++ b/src/solarpy/plotting/multiplot.py @@ -234,7 +234,8 @@ def multiplot(times, data, meta, horizon=None, google_api_key=None, figsize=(24, cmap=cmap, norm=norm, ) - ax.text(0.02, 0.95, c.upper(), va="top", ha="left", transform=ax.transAxes) + ax.text(0.02, 0.95, c.upper(), va="top", ha="left", + transform=ax.transAxes) if not sun_rise_set["sunrise"].isna().all() and not sun_rise_set["sunset"].isna().all(): sunrise = ( sun_rise_set["sunrise"] - sun_rise_set["sunrise"].index.normalize()