MantisBT - ParaView
View Issue Details
0011971ParaView(No Category)public2011-03-15 14:432014-08-29 11:00
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.24.2 
Sandia
fix_chart_panels
incorrect functionality
0011971: 2D Charts Sometimes Pick Ugly Colors
Although a lot of thought went into choosing the colors for 2D charts, the way colors are selected sometimes undermines the color palette. For an example, do the following:

1. Load can.ex2, load all variables, apply.
2. Plot Over Line. Apply.

The resulting plot (an example is attached) has terrible colors. The colors have poor contrast with each other and with the background. In addition, it just does not look good.

The problem is that colors are assigned to all variables, but only a few are actually drawn (some are suppressed for good reason). The best colors are the first in the list, and most of those are skipped over.
No tags attached.
png PlotColors.png (15,694) 2011-03-15 14:43
https://www.vtk.org/Bug/file/8753/PlotColors.png
png

png Screenshot from 2014-02-13 14:15:33.png (11,833) 2014-02-13 14:15
https://www.vtk.org/Bug/file/9609/Screenshot%20from%202014-02-13%2014%3A15%3A33.png
png
Issue History
2011-03-15 14:43Ken MorelandNew Issue
2011-03-15 14:43Ken MorelandFile Added: PlotColors.png
2011-03-15 14:45Ken MorelandNote Added: 0025790
2013-01-08 21:30Alan ScottProject => Sandia
2013-01-08 21:30Alan ScottType => incorrect functionality
2014-02-13 14:15Utkarsh AyachitFile Added: Screenshot from 2014-02-13 14:15:33.png
2014-02-13 14:17Utkarsh AyachitTopic Name => fix_chart_panels
2014-02-13 14:17Utkarsh AyachitNote Added: 0032315
2014-02-13 14:17Utkarsh AyachitStatusbacklog => gatekeeper review
2014-02-13 14:17Utkarsh AyachitFixed in Version => git-next
2014-02-13 14:17Utkarsh AyachitResolutionopen => fixed
2014-02-13 14:17Utkarsh AyachitAssigned To => Utkarsh Ayachit
2014-02-15 08:58Utkarsh AyachitFixed in Versiongit-next => git-master
2014-02-15 08:58Utkarsh AyachitStatusgatekeeper review => customer review
2014-02-15 08:58Utkarsh AyachitNote Added: 0032335
2014-02-20 22:21Alan ScottNote Added: 0032362
2014-02-20 22:21Alan ScottStatuscustomer review => closed
2014-06-17 09:22Utkarsh AyachitTarget Version => 4.2
2014-08-29 11:00Utkarsh AyachitFixed in Versiongit-master => 4.2

Notes
(0025790)
Ken Moreland   
2011-03-15 14:45   
I'm not sure what is the "right" thing to do here. Perhaps all components of a vector could be assigned the same color (or perhaps different shades of the same color). Since most of the hidden series are vector components, that might be a good enough solution.
(0032315)
Utkarsh Ayachit   
2014-02-13 14:17   
Not saying this has been resolved for good, but the changes in logic to pick the default colors seems have overcome this issue for this particular use-case (see attached image).

We can revisit as and when needed.
(0032335)
Utkarsh Ayachit   
2014-02-15 08:58   
Topics merged into master:
        14511-qt5-support
        assembly-exporter
        catalyst-rendering-fix
        easy_subclassing
        fix_chart_panels
        fix_parallel_amrconnectivity
        remove_duplicate_pqColorTableModel
        robust_pca
        view-settings
        visit-bridge-update-2.7.0
(0032362)
Alan Scott   
2014-02-20 22:21   
Looks good. I did Ken's test below, then went to last timestep. Colors look OK.

Tested master, remote server, Linux.