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
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', '
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
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
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 "
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