[Paraview] Changing Chart Series Visibilities from Python

Greg Schussman schussman at slac.stanford.edu
Thu Oct 6 14:34:44 EDT 2011


Hi, Pat.

I tried plotting directly from the CSVReader, and then it all works.   
But when my programmable filter is in between, there's a problem.  When 
I apply the plot filter  (via ParaView's GUI) to my programmable filter, 
the plot works fine in the gui, but the GetProperty("SeriesNameInfo") 
returns None.   However, if I skip the programmable filter, and plot the 
CSV reader directly, then GetProperty("SeriesNameInfo") does what you 
say it should.

Anyway, I think I can skip my programmable filter for now, and get this 
working dircetly.

Thanks so much for what you've provided.

Greg


On 10/06/2011 11:10 AM, pat marion wrote:
> Are you sure that the chart view is the active view when you call 
> GetDisplayProperties(p)?   If the render view is active, you'll get 
> the wrong representation.  I verified that this works for Wavelet --> 
> Plot Data filter using PV 3.10.1.
>
> Pat
>
> On Thu, Oct 6, 2011 at 2:03 PM, Greg Schussman 
> <schussman at slac.stanford.edu <mailto:schussman at slac.stanford.edu>> wrote:
>
>     On 10/06/2011 07:33 AM, pat marion wrote:
>>     series_names = [name for name in d.GetProperty("SeriesNamesInfo")]
>
>     Hi, Pat.
>
>     Thanks for the helpful pointers.
>
>     After setting everything up in ParaView (3.10.1, 64-bit), I'm not
>     getting results.  Here is what I did from the ParaView Python Shell:
>
>     >>> p = FindSource("PlotData1")
>
>     >>> rep = GetDisplayProperties(p)
>
>     >>> rep.GetProperty("SeriesNamesInfo")
>
>     None
>
>     >>>
>
>
>     While, at the same time, the Object Inspector shows 27 series,
>     each with the correct name.
>
>     Does something need to be updated or refreshed first?  I notice in
>     the pvblot script, there is a
>
>       rep.Update()
>
>     but when I try that in ParaView's python shell (after getting the
>     representation the way I showed above), it tells me:
>
>     >>> rep.Update()
>
>     Traceback (most recent call last):
>
>     File "<console>", line 1, in <module>
>
>     File
>     "/usr/lib64/paraview/site-packages/paraview/servermanager.py",
>     line 370, in __getattr__
>
>     return getattr(self.SMProxy, name)
>
>     AttributeError: Update
>
>     >>>
>
>
>     Thanks!
>
>     Greg
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20111006/5286c124/attachment-0001.htm>


More information about the ParaView mailing list