... | ... | @@ -61,7 +61,6 @@ Poulard Christine et Leblois Etienne, Inrae, Unité de recherche Riverly Dimensi |
|
|
#### multiple plots, with gridspec.GridSpec & height_ratios
|
|
|
#### custom legend to show color code of QY sample with respect to "theoritical" quantile (top graph), placed in a specific subplot
|
|
|
#### legend of 2nd graph placed in another subplot in order not to hide plots
|
|
|
#### use of matplotlib widgets (Slider) : not as good as Tkinter of PyQT, but easier and handy for a little demo [see matplotlib doc](https://matplotlib.org/stable/api/widgets_api.html)
|
|
|
#### use of matplotlib widgets (Slider) : not as good as Tkinter or PyQT, but easier and handy for a little demo [see matplotlib doc](https://matplotlib.org/stable/api/widgets_api.html)
|
|
|
#### add tools to mpl toolbar [see matplotlib doc](https://matplotlib.org/stable/api/backend_tools_api.htm)
|
|
|
#### plots updates with set_data (update is not as easy for graphs other than "plot", the others were simply "removed" and redrawn |
|
|
\ No newline at end of file |
|
|
|