Re: [Paraview] Need Python Chart help

2014-02-21 Thread Utkarsh Ayachit
Josh, I believe you're missing a rep.UpdatePropertyInformation() (and maybe even rep.Update()) before accessing that property. FYI, this component has already changed in git/master. You nolonger need to use SeriesNamesInfo property to get the series list, the domain for the SeriesVisibility prope

[Paraview] Need Python Chart help

2014-02-21 Thread Joshua Murphy
Hello, I am trying to set up some python helpers for working with line plots, and I am running into trouble. I have the following code to setup a probe location, and then plot over time: mainView = GetActiveView() DensityChart = CreateXYPlotView() DensityChart.AxisLabelFont = ['Times', '10', '

[Paraview] Updating default Qt version to Qt5

2014-02-21 Thread Sankhesh Jhaveri
Hi folks, For the past couple of weeks, I have been working on adding Qt5 support to ParaView. Word is, we would like to make Qt5 the default. Thoughts/Suggestions/Comments?? Currently, Qt5 support is in ParaView master and will be included in ParaView 4.2. One can build ParaView against Qt5 by s

Re: [Paraview] [EXTERNAL] Exporting plot over a line as dat or txt file

2014-02-21 Thread Scott, W Alan
Paul, * Load your data (such as disk_out_ref.exo, part of the ParaView dataset). All variables on. Apply. * Plot over line. Apply. * File/ Save Data. Save as .csv file. (Text, comma seperated table). This will save the actual data itself (distance down the line re

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-21 Thread Bruce Jones
Hey, Adding #include solved those errors. The only project that wont build now is pqWidgets, its giving me 54 errors like this one, Error 23 error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QNetworkAccessManager * __cdecl QWebPage::networkAccessManager(void)const "

Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-21 Thread Utkarsh Ayachit
Mark, Scale on the ColorScaleEditor is control the scale used to map data scalars to colors or opacity, while sampling distance controls the length at which the samples are accumulated when volume rendering. The two are indeed different. Utkarsh On Thu, Feb 20, 2014 at 3:38 PM, Vanmoer, Mark W