We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfca86 commit cb2fcfaCopy full SHA for cb2fcfa
methplotlib/utils.py
@@ -8,6 +8,8 @@
8
import plotly
9
from pathlib import Path
10
from itertools import chain
11
+from plotly import subplots
12
+from plotly.subplots import make_subplots
13
14
15
class Region(object):
0 commit comments