Skip to content
Snippets Groups Projects
Commit 926c3203 authored by lukas leufen's avatar lukas leufen
Browse files

removed wrong save command

parent b90b36f4
No related branches found
No related tags found
3 merge requests!90WIP: new release update,!89Resolve "release branch / CI on gpu",!87Resolve "Data summary plot for usage of data (time-series)"
Pipeline #34145 passed
...@@ -681,7 +681,4 @@ class PlotAvailability(AbstractPlotClass): ...@@ -681,7 +681,4 @@ class PlotAvailability(AbstractPlotClass):
ax.set_ylim([height, number_of_stations + 1]) ax.set_ylim([height, number_of_stations + 1])
ax.set_yticks(np.arange(len(plt_dict.keys()))+1+height/2) ax.set_yticks(np.arange(len(plt_dict.keys()))+1+height/2)
ax.set_yticklabels(yticklabels) ax.set_yticklabels(yticklabels)
plt.savefig(f"test{count}.png")
plt.tight_layout() plt.tight_layout()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment