Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Morgan Alan Tranter
phreeqsim
Commits
620b5fe5
Commit
620b5fe5
authored
Nov 01, 2020
by
Morgan Tranter
Browse files
Fixed ipython dep error.
parent
a446b916
Changes
1
Hide whitespace changes
Inline
Side-by-side
phreeqsim/transport/plotting.py
View file @
620b5fe5
...
...
@@ -8,7 +8,6 @@ Plotting library for reactive transport simulator module.
import
matplotlib.pyplot
as
plt
import
numpy
as
np
import
pandas
as
pd
from
IPython.core.display
import
display
,
HTML
from
matplotlib
import
animation
,
ticker
import
phreeqsim
...
...
@@ -172,8 +171,9 @@ def plot_animation(data, x_param, y_params, output_dir, palette=None,
plt
.
close
()
if
show
is
True
:
print
(
"Use returned anim object in display(HTML(anim.to_jshtml()))"
)
# display(HTML(anim.to_html5_video()))
display
(
HTML
(
anim
.
to_jshtml
()))
#
display(HTML(anim.to_jshtml()))
return
anim
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment