We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1466a commit d0118b7Copy full SHA for d0118b7
src/solshade/viz.py
@@ -606,7 +606,7 @@ def plot_total_energy(total_energy: xr.DataArray, ax: Axes | None = None) -> Axe
606
ax.set_title("Total Energy")
607
ax.set_xlabel("Easting (m)")
608
ax.set_ylabel("Northing (m)")
609
- plt.colorbar(im, ax=ax, label="Flux [J/m²]")
+ plt.colorbar(im, ax=ax, label="Flux (J/m²)")
610
return ax
611
612
@@ -640,7 +640,7 @@ def plot_peak_energy(peak_energy: xr.DataArray, ax: Axes | None = None) -> Axes:
640
ax.set_title("Peak Daily Energy")
641
642
643
644
645
646
0 commit comments