Skip to content

Commit

Permalink
test/Project.toml and Manifest.toml files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jun 15, 2021
1 parent 371c842 commit 9d98c58
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 72 deletions.
2 changes: 1 addition & 1 deletion src/ModiaPlot_PyPlot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export resultInfo, showResultInfo


set_matplotlib_rcParams!(args...) =
merge!(PyCall.PyDict(PyPlot.matplotlib["rcParams"]), Dict(args...))
merge!(PyCall.PyDict(PyPlot.matplotlib."rcParams"), Dict(args...))


include("$(ModiaResult.path)/src/plot.jl")
Expand Down
Loading

0 comments on commit 9d98c58

Please sign in to comment.