[vtkusers] Financial data visualization
Will Schroeder
will.schroeder at kitware.com
Fri Dec 1 08:15:28 EST 2000
Hi Peter -
There are several things to try. Look at vtkParallelCoordinatesActor. You
may also
want to look at vtkProgrammableGlyphFilter, which requires that you design
a glyph
whose "look" can be controlled by any data attribute (scalars, fields,
etc.) If you are
willing to project your data into four or less dimensions, you can use
things like
Delaunay triangulation, vtkGlyph3D, xy plots, scatter plots,
elevation/carpet plots
(use vtkWarpScalar or vtkWarpVector across a plane), or any traditional
spatial-temporal
visualization technique.
Will
At 05:26 PM 12/1/2000 +0800, you wrote:
>Hi, all
>
> I am a new user of vtk and working on a project of
>financial data visualization now. What I am concerning
>is that except the example "Finance.cxx" which uses a
>method named GaussianSplatter, is there any other way
>to do data visualization? My data are daily stock
>Market data (high, Low, Open, close, Volume ..) and
>real-time transaction quotes. Can someone help me?
>Thanks a lot.
>
>Best Regards
>Peter
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Mail Free email you can access from anywhere!
>http://mail.yahoo.com.sg/
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at:
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list