[Paraview] Programmatically setting 2D chart properties
Mike Jackson
mike.jackson at imts.us
Tue Jul 8 11:10:36 EDT 2008
Suggestions? Not a one ;-) I was hoping there might already be
something already in ParaView.
So at this point I guess I could add to my custom reader a client
side plugin that allows the user to select which arrays are read,
which effectively sets which values are plotted. I think that might
work.
The solution to the other problem will probably involve some hacking
in the charting code to disable the automatic legend generation and
add a title instead.
I guess there could be some named keys in the vtkInformation object
to set the properties on the chart? Not sure as I am not that
familiar with the server <--> client communications.
I like the Qt GUI for the 2D plots and would hate to re-implement
that in a client plugin but I might have to. My co-worker and I will
keep digging to try and figure out what will work for our customer.
Thanks for the quick reply.
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jul 8, 2008, at 11:00 AM, Berk Geveci wrote:
> Hmmm. I don't think this is possible without a plugin. Do you have any
> suggestions on how this should be done?
>
> -berk
>
> On Tue, Jul 8, 2008 at 10:09 AM, Mike Jackson
> <mike.jackson at imts.us> wrote:
>> Are there any API's yet in ParaView CVS where I can set some
>> properties of
>> the 2D charts that are the result of loading a vtkRectilinearGrid
>> data set?
>> Some of the properties I am interested in are setting the legend
>> to OFF and
>> adding a title instead and more control over the default set of
>> data that
>> gets plotted.
>>
>> For example I have a data set that has the value "Cycle Values" as
>> its
>> x-axis and then I have 13 sets of Y-Axis data. Lets call the first
>> of those
>> Y-Values "Total Dislocation Density". For the 2D chart I would
>> like to just
>> see the "Cycle Values Vs Total Dislocation Density" plot. I am not
>> interested in the other 12 sets of Y Data initially. How would I
>> go about
>> setting that up?
>>
>> Thanks for any help.
>>
>> --
>> Mike Jackson Senior Research Engineer
>> Innovative Management & Technology Services
>>
>>
>>
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>
More information about the ParaView
mailing list