Re: [Paraview] Cube Axes labels problems in current ParaView sources

2012-01-23 Thread Nenad Vujicic
Hello everyone, Looks like this was very easy patch (3 lines of code):-). I made it by adding setting X, Y and Z axes ranges of used vtkCubeAxesActor object to data ranges at the end of vtkCubeAxesRepresentation::UpdateBounds(). Aashish, thank You very much on Your hint! However, I hit another

Re: [Paraview] vtkDataSet algorithm that takes composite data set as input

2012-01-23 Thread David E DeMarle
I'ld sit down with a debugger and see which request exactly is failing and why. Try overriding vtkAlgorithm::ProcessRequest() in your filter so that you can easily get a breakpoint in an instance of your class. In that method call PrintSelf(cerr, vtkIndent(0)) on the request vtkInformation. Put

[Paraview] CSV file significant digits

2012-01-23 Thread Scott, W Alan
I have a user that is trying to write a spreadsheet to a .csv file. Although the spreadsheet displays (and can display) a large number of significant digits, when this is written to a .CSV file the precision is pretty poor. Is there a way to increase the precision of the data in a .CSV file?

Re: [Paraview] CSV file significant digits

2012-01-23 Thread Robert Maynard
The precision is currently hard coded I would recommend submitting a bug that the precision become a user controlled variable. On Mon, Jan 23, 2012 at 12:55 PM, Scott, W Alan wasc...@sandia.gov wrote: I have a user that is trying to write a spreadsheet to a .csv file. Although the spreadsheet

Re: [Paraview] CSV file significant digits

2012-01-23 Thread Utkarsh Ayachit
There's already a bug for this: http://paraview.org/Bug/view.php?id=12705 Utkarsh On Mon, Jan 23, 2012 at 2:02 PM, Robert Maynard robert.mayn...@kitware.com wrote: The precision is currently hard coded I would recommend submitting a bug that the precision become a user controlled variable.

Re: [Paraview] [EXTERNAL] Re: CSV file significant digits

2012-01-23 Thread Scott, W Alan
Is there any downside to hard coding it to some bigger number, such as 12 digits? That should be safe and trivial, shouldn't it? Let me know, and I will write up bug reports. Alan From: Robert Maynard [mailto:robert.mayn...@kitware.com] Sent: Monday, January 23, 2012 12:03 PM To: Scott, W

Re: [Paraview] [EXTERNAL] Re: CSV file significant digits

2012-01-23 Thread Utkarsh Ayachit
I'm pretty sure it's just as trivial to provide an option to the user :). Utkarsh On Mon, Jan 23, 2012 at 2:47 PM, Scott, W Alan wasc...@sandia.gov wrote: Is there any downside to hard coding it to some bigger number, such as 12 digits?  That should be safe and trivial, shouldn’t it? Let

[Paraview] Save image at server's resolution (not gui resolution)

2012-01-23 Thread Christoph Willing
When running paraview in client/server mode, the server runs at much higher resolution (3840x2400) than my local desktop (1920x1200). If I File-Save Screenshot, then the size of the saved image is the size of the View in the gui. What I'd really like is to save the output as rendered at