mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
vis/segmentation: fix titles
This commit is contained in:
parent
0cb2de5d06
commit
12dad3bc87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def segmentation_plot(water_actual, water_predict, model_code, filepath_output):
|
|||
|
||||
|
||||
axes["B"].imshow(water_predict)
|
||||
axes["A"].set_title(f"Predicted", fontsize=20)
|
||||
axes["B"].set_title(f"Predicted", fontsize=20)
|
||||
|
||||
|
||||
plt.suptitle(f"Rainfall → Water depth prediction | {model_code}", fontsize=28, weight="bold")
|
||||
|
|
Loading…
Reference in a new issue