Skip to content

Commit

Permalink
Merge branch 'feat/plotting-also-take-nmldocs' into experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 9, 2023
2 parents ccb6783 + ed637a1 commit 4140b29
Show file tree
Hide file tree
Showing 7 changed files with 1,069 additions and 982 deletions.
2 changes: 1 addition & 1 deletion pyneuroml/plot/Plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import typing
import matplotlib
import matplotlib.axes
import plotly.graph_objects as go

logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
Expand Down Expand Up @@ -374,6 +373,7 @@ def generate_interactive_plot(
Note: you can also save the file from the interactive web page.
:type save_figure_to: str
"""
import plotly.graph_objects as go
fig = go.Figure()

if len(xvalues) != len(yvalues):
Expand Down
Loading

0 comments on commit 4140b29

Please sign in to comment.