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. I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: . There is something working for RTDynamicStackedGrapher?
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 mcampusa@dcc.uchile.cl wrote:
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. I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: . There is something working for RTDynamicStackedGrapher? _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Excellent, thanks Alex!
On May 19, 2015, at 09:05, Alexandre Bergel alexandre.bergel@me.com wrote:
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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
<Screen Shot 2015-05-19 at 8.05.22 AM.png>
Cheers, Alexandre
---> Save our in-boxes! http://emailcharter.org <---
Johan Fabry - http://pleiad.cl/~jfabry PLEIAD lab - Computer Science Department (DCC) - University of Chile
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 alexandre.bergel@me.com wrote:
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 mcampusa@dcc.uchile.cl wrote:
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. I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: . There is something working for RTDynamicStackedGrapher?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I will use this as well :) . Thanks Alex!
El mar., 19 de may. de 2015 a la(s) 12:04 p. m., Miguel Campusano < mcampusa@dcc.uchile.cl> escribió:
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 alexandre.bergel@me.com wrote:
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 mcampusa@dcc.uchile.cl wrote:
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. I see something like this working on RTStackedDataSet with the message barChartWithBarCenteredTitle: . There is something working for RTDynamicStackedGrapher?
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev