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 <[email protected]>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 > > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
