]> Creatis software - creaMaracasVisu.git/blob - bbtk/bbs/appli/examplePlotterView.bbs
271ff87e1a6beaca895d22e3de51c71c86bdb157
[creaMaracasVisu.git] / bbtk / bbs / appli / examplePlotterView.bbs
1 description "creaMaracasVisu::PlotterView box example. "
2 category "example"
3 author "eduardo.davila@creatis.insa-lyon.fr"
4
5
6 load std
7 load wx
8 load creaMaracasVisu
9
10 new PlotterView plotterview
11 set plotterview.InX " 20 100 200 300 400 500"
12 set plotterview.InY " 100 700 100 300 400 500"
13
14 exec plotterview