Opened 18 years ago
Closed 11 years ago
#118 closed defect (fixed)
Plotting tool data management
Reported by: | lgoehler | Owned by: | lgoehler |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Backend | Version: | |
Keywords: | Cc: | lgoehler, Adrian Pop |
Description
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 11 years ago
Component: | → Backend |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with the new OMPlot tool:
loadString("model M Real x,y; equation der(x) = 1; der(y) = time; end M;");getErrorString(); simulate(M);getErrorString(); plot(x);getErrorString(); plot(y);getErrorString();
Note:
See TracTickets
for help on using tickets.
If the plot command is called twice within a *.mos file with different arguments
the plots show the the same curves.