diff --git a/README.md b/README.md index 7d4c16c..2abb018 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + +

@@ -105,6 +107,7 @@ from plotly.offline import plot # pour travailler en offline! import plotly.express as px import plotly.graph_objects as go from plotly.subplots import make_subplots +import plotly.figure_factory as ff import pandas as pd import numpy as np import statsmodels.api as sm @@ -1241,9 +1244,6 @@ plot(fig) - - -

Haut de la page