MantisBT - ParaView
View Issue Details
0009305ParaViewBugpublic2009-07-22 17:462009-09-01 21:32
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
3.6 
3.6.23.6.2 
0009305: Cannot change the color of solid markers in charts
When you are doing a line plot, you can change the color of the lines in a series, but the fill of any markers remains the same color. To replicate, do the following.

1. Create a line plot any way you want (e.g. Wavelet -> Plot Over Line).
2. Select an active line series in the Display panel.
3. Change Line Style to None and Marker Style to Circle.
4. Click Choose Color and pick a wildly different color.

You will see that a line is drawn around the circles in the color you selected, but the circles are still filled with the original color.
No tags attached.
Issue History
2009-07-22 17:46Ken MorelandNew Issue
2009-07-22 17:46Ken MorelandStatusbacklog => tabled
2009-07-22 17:46Ken MorelandAssigned To => Utkarsh Ayachit
2009-08-31 16:07Utkarsh AyachitNote Added: 0017255
2009-09-01 09:47Utkarsh AyachitNote Added: 0017265
2009-09-01 09:47Utkarsh AyachitStatustabled => @80@
2009-09-01 09:47Utkarsh AyachitFixed in Version => 3.6.2
2009-09-01 09:47Utkarsh AyachitResolutionopen => fixed
2009-09-01 21:32Alan ScottNote Added: 0017292
2009-09-01 21:32Alan ScottStatus@80@ => closed

Notes
(0017255)
Utkarsh Ayachit   
2009-08-31 16:07   
When pen color is changed, we set the same color to be the fill-color as well.


Servers/ServerManager/vtkSMChartNamedOptionsModelProxy.cxx
new revision: 1.7; previous revision: 1.6

Pending 3.6 commit.
(0017265)
Utkarsh Ayachit   
2009-09-01 09:47   
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMChartNamedOptionsModelProxy.cxx,v <-- Servers/ServerManager/vtkSMChartNamedOptionsModelProxy.cxx
new revision: 1.5.2.2; previous revision: 1.5.2.1
(0017292)
Alan Scott   
2009-09-01 21:32   
Tested local server, trunk, XP.