Re: [wxVTK] about wxVTK
Brought to you by:
malat
From: f18m_217828 <f18...@ya...> - 2005-04-21 13:48:10
|
Hi, > I'll try my best to answer this, but this looks like a question more > appropriate to the vtkusers mailing list (remember wxVTK does not bring > anything). thanks again for your help :-) > VTK definitely support user click/interaction. good; I'll download paraview & give a look to it... >> My program could give to VTK a dataset which it then would plot; >> another question: can I draw axes and labels with VTK ? > Yes and yes, you can select fonts for the labels... Have a look at the > doxygen here: > > http://www.vtk.org/doc/nightly/html/classvtkXYPlotActor.html thanks! >> 1) open source (gnuplot, for example, is not GPL) > Be carefull here, VTK is BSD like ! > Again Francesco I have to warn you, VTK is really build on top of > OpenGL. So using VTK for simple 2D plot seems to me quite akward. Even > if I haven't search for package as you seems to have been doing, I would > have another look before staring learning VTK if you plan to only use > this very subset of VTK. I forgot to put in my required-feature for a plotter the ability to plot 2D but also 3D plots; I'll give another look around but the only open source alternative seems to be gnuplot which I don't like very much... since I require 3D plots, OpenGL is good for me ;-) > Did you search for project on freshmeat.net, sf.net, gnu.org. I would > also check with the gnumeric people what they use internally for > displaying charts. I'll make another deep research but I think that plotting with VTK will be a good occasion to learn to use it... ;-) Thanks, Francesco Montorsi |