Hello Mike,
Paraview is an immensly powerful tool (based on vtk) that allows
visualizing huge datasets. The data can be located on a remote computer
running the Paraview server, to which you would connect with the
corresponding PV client. It is also Python scriptable, which is what I
want to
Hello Mike,
Paraview is an immensly powerful tool (based on vtk) that allows
visualizing huge datasets. The data can be located on a remote computer
running the Paraview server, to which you would connect with the
corresponding PV client. It is also Python scriptable, which is what I
want to
Hi Johannes,
On Tue, Jan 20, 2009 at 2:37 PM, Johannes Reichold
wrote:
>
> Many thanks for your answer Jaap!
> Unfortunately, building the experimental cmake failed (see error report
> below), however I have cmake installed on my system "outside" of SAGE. I
> will give it a try.
> Best,
> Johann
Many thanks for your answer Jaap!
Unfortunately, building the experimental cmake failed (see error report
below), however I have cmake installed on my system "outside" of SAGE. I
will give it a try.
Best,
Johannes
g++ -framework Carbon
-I/Applications/Science/sage/spkg/build/cmake-2.4.8/src/S
msafiri wrote:
> Hello everyone,
>
> I'm using SAGE to analyze the brain's vasculature. The vessel network
> is stored as a networkX graph and I would like to plot this graph from
> the SAGE command line (or notebook) using Paraview (http://
> www.paraview.org).
> I use OS X Leopard and I have th