From 8ea2ba9f282155f88fa4749db1f0f76e2345fc63 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:50:48 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)
-
-
-