Skip to content

Commit

Permalink
README.md updated to ModiaResult version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jun 19, 2021
1 parent 7b51428 commit b5179dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Once a result data structure `result` with signals `sigA(t), sigB(t), sigC(t), r
```julia
# │ name unit nTime signalType valueSize eltype
───┼─────────────────────────────────────────────────────────────
1 │ time 2 TimeSignal () Float64
1 │ time 2 Independent () Float64
2 │ sigA m 88 Continuous () Float64
3 │ sigB m s^-1 151 Continuous () Float64
4 │ sigC m N 16 Clocked () Float64
Expand All @@ -35,7 +35,7 @@ is available and `PyPlot` selected for plotting,
import ModiaResult

# Define plotting software globally
ModiaResult.activate("PyPlot") # or ENV["MODIA_PLOT"] = "PyPlot"
ModiaResult.usePlotPackage("PyPlot") # or ENV["MODIA_PLOT"] = "PyPlot"

# Execute "using ModiaPlot_PyPlot"
ModiaResult.@usingModiaPlot
Expand Down

0 comments on commit b5179dd

Please sign in to comment.