FMPy
FMPy copied to clipboard
Allow multiple results in plot_result()
Hi, is plot_result() also responsible for plotting results in GUI?
I started using FMPy, and it's amazing, but I would really like to draw multiple variables on one plot.
It works really well in Dymola -- draw everything on one plot, unless you select another one. Simplified implementation of it would be a nice addition to FMPy.
But I guess that it wouldn't be that easy to implement, would it?
Hi, is
plot_result()also responsible for plotting results in GUI?
No. The plots in the GUI are created with PyQtGraph.