View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004181ParaView(No Category)public2006-12-07 18:462007-03-12 11:46
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004181: Load plot data
DescriptionThere should be the ability to load plot type data and push it directly to a plot type view.

At a minimum, we should support csv. We have some csv and similar delimited text readers already developed for the infovis work.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006154)
Ken Moreland (manager)
2007-01-11 14:22

The plotting load mechanism should be constructed such that any 1-D rectilinear grid can be loaded and plotted.

I envision that objects producing these grids show up in the pipeline browser with everything else, except that their visibility toggle is available for plot type views. This fits well with the current implementation and future plans.
(0006410)
Utkarsh Ayachit (administrator)
2007-02-13 11:35

1D rectilinear grids can be loaded and plotted as described. I can "Save Data" from a histogram filter, then load it a show it in a bar chart view.
(0006418)
Ken Moreland (manager)
2007-02-14 12:45

When I save the histogram data in any format and then reload it, the data looses its "preferred" view. That is, when I load the data back it places it right in a 3D view (where it shows nothing).

Is there some way we can preserve this information? It could be stored in the metadata for one or more file types. Should it be stored in pvd files (although not my format of choice for histogram data)? Should we have a new data format specifically for plots that captures the plot type information as well as the data? Should this be captured in a separate bug? Should we hold off on this until ParaView 3.2?
(0006576)
Ken Moreland (manager)
2007-02-27 13:53

In the short term, when a 1D rectilinear grid is opened, if it has point data it will be defaulted to an x-y plot and if it has cell data it will be defaulted to a bar chart.

For ParaView 3.2, we should revisit a more robust mechanism for this. Perhaps a special format for plots.
(0006581)
Utkarsh Ayachit (administrator)
2007-02-28 09:45

Fixed as per the previous comment.
(0006660)
Ken Moreland (manager)
2007-03-06 15:28

This is working well on Mac and Linux, but I can't get it to work for my Windows build. Whenever I load a .vtr file I saved from a histogram, I get the following message in the Output window:

Failed to create a proxy for the requested view type.

I don't think this is a build dependency issue. I've recompiled from scratch.
(0006661)
Clinton Stimpson (developer)
2007-03-06 18:43

Fix memory error.
/cvsroot/ParaView3/ParaView3/Qt/Core/pqDisplayPolicy.cxx,v <-- pqDisplayPolicy.cxx
new revision: 1.11; previous revision: 1.10


 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team