Alexandre,
Nice to see the "export PNG" menu. I got an error which I posted on [1].
By the way, should be nice to be able to post error traces directly on
stfx.eu
[1]
http://ws.stfx.eu/AUT3L33FDMUG
Cheers,
Offray
El 03/12/14 a las 08:40, Ben Coman escribió:
Alexandre Bergel wrote:
Hi!
A new builder, part of Charter is now in!
Looks nice.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
b := RTDoubleGrapherBuilder new.
b extent: 300 @ 200.
ds := RTStackedDataSet new.
ds points: #(4 3 2 2).
ds barShape width: 40.
b add: ds.
ds := RTStackedDataSet new.
ds points: (10 to: 13).
ds dotShape color: Color blue.
ds connectColor: Color red.
b addRight: ds.
b axisXNoLabel; axisY.
b axisConfiguration color: Color red.
b axisYRight.
b build.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev