[vtk-developers] vtkChartParallelCoordinates SetPlot

Marcus D. Hanwell marcus.hanwell at kitware.com
Wed Nov 24 15:37:42 EST 2010


On Wed, Nov 24, 2010 at 3:07 PM, Eric E. Monson <emonson at cs.duke.edu> wrote:
> Hey Marcus,
>
> I just pushed another small change to Gerrit which adds a SetPlot method to vtkChartParallelCoordinates. I'm trying to go through my customized chart classes again to see if I can simplify them so they don't re-implement so much code or rely on too many customizations to my local VTK build. (Hence, all of the little changes you've had to review in the past couple days -- thanks.)
>
> This recent one is so I can use subclasses of vtkPlotParallelCoordinates in a PC Chart without having to re-implement so much code (since the plot is stored for now in the chart's private storage class). This way it's much easier for me to, say, implement a PC Plot that also paints markers at each point.
>
> See what you think. I appreciate you putting the time into this – I know you have plenty of your own work to do.

I think this is a great change - I will merge it in soon. Thanks for
preparing these patches, and submitting them. It is great having a few
people challenging assumptions I made, and helping to ensure the
classes are general.

Marcus



More information about the vtk-developers mailing list