Opened 4 years ago

Closed 4 years ago

#6399 closed defect (fixed)

OMPlot - Qt::yellow has no good contrast to white

Reported by: openmodelica@… Owned by: Adeel Asghar
Priority: high Milestone: 1.18.0
Component: OMPlot Version: 1.16.2
Keywords: Cc:

Description

OMPlot / Plot uses Qt::white as canvas background.
It also uses Qt::yellow as line color.
This results in bad contrast and is can be hardly seen (at least on my display).
Therefore i suggest using a different color: somehow similar but with better contrast, might be a darker orange like #ffaa00.

https://github.com/OpenModelica/OpenModelica/blob/6bc82f970b7d120b3abf7a14aae28de967323d7f/OMPlot/OMPlot/OMPlotGUI/Plot.cpp#L108

Change History (2)

comment:1 by Francesco Casella, 4 years ago

Milestone: NeedsInput1.18.0

I agree, the yellow plots are very hard to see.

comment:2 by Adeel Asghar, 4 years ago

Resolution: fixed
Status: newclosed

Fixed with PR#7302.

Note: See TracTickets for help on using tickets.