Hi, I'm working with RTDynamicStackedGrapher to generate dynamic stacked graph and I want to add a name on the X axis below every bar._______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Hi Miguel!
I have just added it. Check this: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= b := RTDynamicStackedGrapher new. b numberOfBars: 10. b minY: -200; maxY: 200. b y: #yourself. b barShape color: (Color red alpha: 0.3). b textBelow: #yourself. “<<<<====" b view addMenu: '+ 1' callback: [ b add: 400 atRandom - 200 ]. b -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Cheers, Alexandre On May 18, 2015, at 6:48 PM, Miguel Campusano <[hidden email]> wrote: -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by abergel
Thanks!
Nice detail to put the label below the bar when the value is positive and above the bar when the value is negative ;) On Tue, May 19, 2015 at 8:05 AM Alexandre Bergel <[hidden email]> wrote:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev Screen Shot 2015-05-19 at 8.05.22 AM.png (21K) Download Attachment |
I will use this as well :) . Thanks Alex! El mar., 19 de may. de 2015 a la(s) 12:04 p. m., Miguel Campusano <[hidden email]> escribió:
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |