changeset 312:ecfd72888221 draft

Uploaded
author luca_milaz
date Mon, 05 Aug 2024 12:17:15 +0000
parents b1adf4269853
children 376afe557f90
files marea_2/flux_to_map.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Mon Aug 05 12:01:51 2024 +0000
+++ b/marea_2/flux_to_map.py	Mon Aug 05 12:17:15 2024 +0000
@@ -17,6 +17,8 @@
 import pyvips
 from PIL import Image, ImageDraw, ImageFont
 from typing import Tuple, Union, Optional, List, Dict
+import seaborn as sns
+import matplotlib.pyplot as plt
 
 ERRORS = []
 ########################## argparse ##########################################