Skip to content

Commit

Permalink
#871 more work on 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Mar 11, 2020
1 parent 4a10ad0 commit b1377bc
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 164 deletions.
4 changes: 3 additions & 1 deletion examples/scripts/SPMe.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
solution = model.default_solver.solve(model, t_eval)

# plot
plot = pybamm.QuickPlot(solution, ["Negative particle concentration"])
plot = pybamm.QuickPlot(
solution, ["Negative particle concentration"], spatial_format="um"
)
plot.dynamic_plot()
Loading

0 comments on commit b1377bc

Please sign in to comment.