Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Python script
authored
Dec 15, 2021
by
Marie Brunel
Show whitespace changes
Inline
Side-by-side
Python-script.md
View page @
738ce5d9
...
@@ -32,6 +32,8 @@ import seaborn as sns
...
@@ -32,6 +32,8 @@ import seaborn as sns
import warnings
import warnings
import xarray as xr
import xarray as xr
import struct
import struct
import shapefile as shp
from shapely.geometry import Polygon, Point
rc('text', usetex=False)
rc('text', usetex=False)
#text fontsize
#text fontsize
...
...