Mike, If I remember correctly, that's not supported yet. ViewType hint is only supported for the 1st output port (http://www.paraview.org/Wiki/ServerManager_XML_Hints#Default_View)
Utkarsh On Wed, Oct 12, 2011 at 10:28 AM, Michael Jackson <[email protected]> wrote: > Can I put that as part of an <outputport> xml element? My reader produces 5 > different output ports. 3 of those are XY scatter plot data sets. > > Thanks > ___________________________________________________________ > Mike Jackson Principal Software Engineer > BlueQuartz Software Dayton, Ohio > [email protected] www.bluequartz.net > > On Oct 11, 2011, at 3:00 PM, Eric E. Monson wrote: > >> I don't know about readers, but some of the filters have a section of their >> XML that specifies a Chart view preference: >> >> <Hints> >> <!-- View can be used to specify the preferred view for the proxy --> >> <View type="XYChartView" /> >> <Plotable /> >> </Hints> >> >> -Eric >> >> · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · >> Eric E Monson >> Duke Visualization Technology Group >> >> >> On Oct 11, 2011, at 1:37 PM, Michael Jackson wrote: >> >>> I have a custom reader for ParaView that has multiple output ports. On 2 of >>> those ports are "vtkTable" data types. This all works just fine and reads >>> ok. The issue is when I open the data file in ParaView I get 2 different >>> views each with a "Spreadsheet". Is there any way to tell ParaView that >>> those data sets should be displayed as Line Charts instead of the >>> Spreadsheet view? Or is there a reader that does this already? If so I'll >>> look at that code and figure it out. >>> >>> Thanks >>> ___________________________________________________________ >>> Mike Jackson Principal Software Engineer >>> BlueQuartz Software Dayton, Ohio >>> [email protected] www.bluequartz.net >>> >>> _______________________________________________ >>> 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 >> > > _______________________________________________ > 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 > _______________________________________________ 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
