We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b7f70 commit 252c1b0Copy full SHA for 252c1b0
src/maxplotlib/canvas/canvas.py
@@ -1,7 +1,9 @@
1
+import os
2
+
3
import matplotlib.pyplot as plt
4
import plotly.graph_objects as go
5
from plotly.subplots import make_subplots
-import os
6
7
import maxplotlib.backends.matplotlib.utils as plt_utils
8
import maxplotlib.subfigure.line_plot as lp
9
import maxplotlib.subfigure.tikz_figure as tf
0 commit comments