Skip to content
Snippets Groups Projects
Commit 75924c02 authored by Jean-Luc.Parouty@grenoble-inp.fr's avatar Jean-Luc.Parouty@grenoble-inp.fr
Browse files

SYNOP is running !! :-)

parent f18464ce
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -30,7 +30,7 @@ import matplotlib.pyplot as plt ...@@ -30,7 +30,7 @@ import matplotlib.pyplot as plt
import seaborn as sn #IDRIS : module en cours d'installation import seaborn as sn #IDRIS : module en cours d'installation
from IPython.display import display,Image,Markdown,HTML from IPython.display import display,Image,Markdown,HTML
VERSION='0.4.3' VERSION='0.4.4'
_save_figs = False _save_figs = False
_figs_dir = './figs' _figs_dir = './figs'
...@@ -420,7 +420,10 @@ def save_fig(filename='auto', png=True, svg=False): ...@@ -420,7 +420,10 @@ def save_fig(filename='auto', png=True, svg=False):
if png : plt.savefig( f'{path}.png') if png : plt.savefig( f'{path}.png')
if svg : plt.savefig( f'{path}.png') if svg : plt.savefig( f'{path}.png')
if filename=='auto': _figs_id+=1 if filename=='auto': _figs_id+=1
def subtitle(t):
display(Markdown(f'<br>**{t}**'))
def display_md(md_text): def display_md(md_text):
display(Markdown(md_text)) display(Markdown(md_text))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment