Opened 11 years ago
Closed 11 years ago
#2679 closed defect (fixed)
Problems with OpenModelica plot
Reported by: | Adeel Asghar | Owned by: | Adeel Asghar |
---|---|---|---|
Priority: | high | Milestone: | 1.9.1 |
Component: | OMEdit | Version: | trunk |
Keywords: | Cc: | Peter Fritzson |
Description
- The legend/figures on the y-axis and x-axis are too small
- When the grid is not shown, the y-axis and x-axis are drown slightly outside/below the real axes
- There is no convenient way or replacing the colors by dashed/dotted/whole lines in black-and-white. The current version via the options menu is very cumbersome. The Dymola approach is much easier to use and more intuitive. All information collected in one place in the GUI.
- The color/property of a curve cannot be changed if there is no label (currently). Also hard to know about this.
- The grid is usually too detailed. There should at least be an option without the detailed.
- If the grid is left out, there is an additional line drawn on top and to the left
- More mathematical style (option) to put the time variable to the right of the x-axis
Attachments (3)
Change History (8)
by , 11 years ago
Attachment: | OMPlot.png added |
---|
by , 11 years ago
Attachment: | Dymola.png added |
---|
by , 11 years ago
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Point 5 is fixed in r20346. The toolbar has 3 buttons now, Grid (shows a non-detailed grid), Detailed Grid and No Grid. By default Detailed Grid is set.
comment:4 by , 11 years ago
Some fixes for point 3 & 4 in r20507. Now there is a setup dialog to configure all the curves at one place. I am working on allowing users to align the legend, set plot title etc. More options are coming soon.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Point 1 :: The exported image depends on the size of the plot. Re-size the plot window according to your need and then export the image.
Point 7 :: Is not possible to achieve this with Qwt. The layout is hard coded in the library.
Point 6 is fixed in r20345.