Skip to content

Commit cb2fcfa

Browse files
committed
change imports for subplots, solves #45
as suggested by @sbecuwe
1 parent adfca86 commit cb2fcfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

methplotlib/utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import plotly
99
from pathlib import Path
1010
from itertools import chain
11+
from plotly import subplots
12+
from plotly.subplots import make_subplots
1113

1214

1315
class Region(object):

0 commit comments

Comments
 (0)