FMPy icon indicating copy to clipboard operation
FMPy copied to clipboard

Allow multiple results in plot_result()

Open t-sommer opened this issue 4 years ago • 2 comments

t-sommer avatar Sep 17 '21 12:09 t-sommer

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?

tpwo avatar Oct 29 '21 13:10 tpwo

Hi, is plot_result() also responsible for plotting results in GUI?

No. The plots in the GUI are created with PyQtGraph.

t-sommer avatar Nov 02 '21 09:11 t-sommer