This should be now
Alexandre
On Dec 5, 2014, at 12:25 PM, Offray Vladimir Luna Cárdenas offray@riseup.net wrote:
Thanks, it works. A nice candidate for the contextual menu in the GT inspector visualizations, like the current export as PNG.
Cheers,
Offray
El 05/12/14 a las 07:24, Alexandre Bergel escribió:
Something like:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= b := RTGrapherBuilder new.
b extent: 300 @ 200.
ds := RTStackedDataSet new. ds points: RTShape methods. ds y: #numberOfLinesOfCode. ds barShape color: Color blue. b add: ds.
b axisX; axisY. b build.
RTHTML5Exporter new export: b view
#export: accept a view as parameter
Alexandre
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev