[vtkusers] HELP!! vtkXYPlot

marisa aurelio asiram00 at hotmail.com
Mon Feb 16 17:18:03 EST 2004


Hi U All,

I have this piece of code:

  vtkXYPlotActor *xyplot = vtkXYPlotActor::New();
    xyplot -> AddDataObjectInput(plot);
    xyplot -> SetDataObjectPlotModeToRows();
    ...
    xyplot -> SetPlotColor(0,1,1,0);

    ren->SetBackground(0.1,0.2,0.4);
    ren->AddActor2D(xyplot);

which corresponds to the creation of a xyPlot object.

What I want to know is, IF IT IS POSSIBLE TO SAVE AN IMAGE (bmp, jpg, etc)
WITH THIS PLOT ???

Thanks very much for your help.

Marisa

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963




More information about the vtkusers mailing list