Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Version 0.3.1

Compare
Choose a tag to compare
@MartinOtter MartinOtter released this 25 Jan 09:20
· 56 commits to master since this release
  • Initialization issue corrected
  • Use PyPlot.pygui(true) when importing ModiaMath in order that separate plots windows are used and no inline plots, independent of the used environment (especially made so that plots in vs-code are not inlined in the vs-code GUI).
  • ModiaMath.plot supports now also Vectors of structs. E.g. Vector{ThermodynamicState} and plot(result, "state.p") is then possible, where state is an instance of the struct and "p" is a fieldname with a scalar Number value.