# HG changeset patch # User luca_milaz # Date 1722860235 0 # Node ID ecfd728882219cf6bdd51c91724350c1b1b290d8 # Parent b1adf426985328436f0d132525803abb54257d72 Uploaded diff -r b1adf4269853 -r ecfd72888221 marea_2/flux_to_map.py --- 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 ##########################################