PlotView: displaying error
The following code will result in the image above
pv = gui.CreatePlotView() d = gui.PlotData(0,0,0) for i in range(5): for j in range(5): d.AddXWYW(j,j,i,i) pv.AddData(d)
How error is shown can be set via the "Display" menu. The following options will result in the images below.
Options
back to PlotView
Attachments
- plotview_error_example.jpg (8.4 kB) - added by anonymous on 07/31/06 12:21:42.
- plotview_errorbars_example.jpg (12.1 kB) - added by anonymous on 07/31/06 12:21:51.
- plotview_errorweight_example.jpg (18.0 kB) - added by anonymous on 07/31/06 12:21:58.
- plotview_erroroptions_example.jpg (15.4 kB) - added by johan on 07/31/06 13:22:46.




