Multi data points in Roassal

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi data points in Roassal

abergel
Hi!

As promised, here is a first try of multi point chart. 

-=-=-=-=-=-=-=-=
b := RTGrapher new.

d := RTMultipleData new.
d barShape color: Color blue.
d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)).
d addMetric: #second.
d addMetric: #third.
d addMetric: #fourth.

"d barChartWithBarCenteredTitle: #first."
d barChartWithBarTitle: #first rotation: -30.

b add: d.

b
-=-=-=-=-=-=-=-=


Feedback are welcome!

@Thomas: The VisualWorks version will follow very soon.

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Multi data points in Roassal

Uko2
Thanks Alex! I’ll give it a shot and let you know.

Uko

On 23 Sep 2015, at 22:52, Alexandre Bergel <[hidden email]> wrote:

Hi!

As promised, here is a first try of multi point chart. 

-=-=-=-=-=-=-=-=
b := RTGrapher new.

d := RTMultipleData new.
d barShape color: Color blue.
d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)).
d addMetric: #second.
d addMetric: #third.
d addMetric: #fourth.

"d barChartWithBarCenteredTitle: #first."
d barChartWithBarTitle: #first rotation: -30.

b add: d.

b
-=-=-=-=-=-=-=-=

<Screen Shot 2015-09-23 at 5.45.12 PM.png>

Feedback are welcome!

@Thomas: The VisualWorks version will follow very soon.

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Multi data points in Roassal

abergel
Oh, by the way. I have written a short section about it on:
https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Grapher/0203-Grapher.html

It would be fantastic to spot what is missing in this chapter.

Cheers,
Alexandre


> On Sep 23, 2015, at 5:58 PM, Yuriy Tymchuk <[hidden email]> wrote:
>
> Thanks Alex! I’ll give it a shot and let you know.
>
> Uko
>
>> On 23 Sep 2015, at 22:52, Alexandre Bergel <[hidden email]> wrote:
>>
>> Hi!
>>
>> As promised, here is a first try of multi point chart.
>>
>> -=-=-=-=-=-=-=-=
>> b := RTGrapher new.
>>
>> d := RTMultipleData new.
>> d barShape color: Color blue.
>> d points: #( #('hello' 1 2 1) #('world' 2 4 2) #('bonjour' 3 5 4) #('Gutten Morgen' -1 4 -5)).
>> d addMetric: #second.
>> d addMetric: #third.
>> d addMetric: #fourth.
>>
>> "d barChartWithBarCenteredTitle: #first."
>> d barChartWithBarTitle: #first rotation: -30.
>>
>> b add: d.
>>
>> b
>> -=-=-=-=-=-=-=-=
>>
>> <Screen Shot 2015-09-23 at 5.45.12 PM.png>
>>
>> Feedback are welcome!
>>
>> @Thomas: The VisualWorks version will follow very soon.
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev