Skip to content

Commit

Permalink
Add suptitle again
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 6, 2023
1 parent d1111f0 commit 33575b6
Show file tree
Hide file tree
Showing 33 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isimip_qa/mixins/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def write(self, fig, path):

logger.info(f'write {path}')
try:
fig.suptitle(path.stem)
fig.savefig(path)
except ValueError as e:
logger.error(f'could not save {path} ({e})')
Expand Down
Binary file modified testing/plots/linear_global_count_daily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_countmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_histogram_cdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_histogram_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_mean_dayofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_mean_monthofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_mean_yearly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/linear_global_meanmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_count_daily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_countmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_histogram_cdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_histogram_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_mean_dayofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_mean_monthofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_mean_yearly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/mask_global_meanmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_count_daily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_countmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_histogram_cdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_histogram_pdf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_mean_dayofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_mean_monthofyear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_mean_yearly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/point_global_meanmap_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/sine_global_count_daily.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified testing/plots/sine_global_countmap_map.png
Binary file modified testing/plots/sine_global_histogram_cdf.png
Binary file modified testing/plots/sine_global_histogram_pdf.png
Binary file modified testing/plots/sine_global_mean_dayofyear.png
Binary file modified testing/plots/sine_global_mean_monthofyear.png
Binary file modified testing/plots/sine_global_mean_yearly.png
Binary file modified testing/plots/sine_global_meanmap_map.png

0 comments on commit 33575b6

Please sign in to comment.