Skip to content

Commit 252c1b0

Browse files
committed
Formatting
1 parent b8b7f70 commit 252c1b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/maxplotlib/canvas/canvas.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
import os
2+
13
import matplotlib.pyplot as plt
24
import plotly.graph_objects as go
35
from plotly.subplots import make_subplots
4-
import os
6+
57
import maxplotlib.backends.matplotlib.utils as plt_utils
68
import maxplotlib.subfigure.line_plot as lp
79
import maxplotlib.subfigure.tikz_figure as tf

0 commit comments

Comments
 (0)