[vtkusers] Two parallel coords chart questions

Eric E. Monson emonson at cs.duke.edu
Thu Apr 22 15:21:56 EDT 2010


Hey Marcus,

I'm back to trying to incorporate the parallel coordinates chart into my vis project and I have a couple of quick questions:

1. If the table I'm using for plotting has PedigreeIds, is there any way to get the selection to return this instead of indices? I tried creating my own annotation link with the correct ContentType and setting that as the chart's annotation link, but it still comes back as Indices... (I'm still not great with the selection stuff -- maybe there's an easy way to convert the type by using the SelectionNode itself, or maybe I need to use vtkConvertSelection?)

2. Is there a way to manually set the axis ranges? In this case I want to be able to compare the scales of the variables across all axes, so I'd like all the axes to have the same range. I tried chart.GetAxis(i).SetMaximum() and Minimum, but it looks like your auto-scale axes kung-fu is too strong for my "poke at it with a stick" technique... :)  Is there any way around this right now?

Thanks a lot,
-Eric

------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group




More information about the vtkusers mailing list