Re: [Pharo-users] The Grapher charting engine

2015-03-21 Thread Tudor Girba
Hi Stef, On Sat, Mar 21, 2015 at 8:52 PM, stepharo wrote: > > > Le 21/3/15 13:58, Tudor Girba a écrit : > >> Hi, >> >> I fully agree with your API suggestions, but I do not quite understand >> why you say that it is because of the scripting that the API does not look >> like this. It's the opp

Re: [Pharo-users] The Grapher charting engine

2015-03-21 Thread stepharo
Le 21/3/15 13:58, Tudor Girba a écrit : Hi, I fully agree with your API suggestions, but I do not quite understand why you say that it is because of the scripting that the API does not look like this. It's the opposite I think. When you "script" you want as succinct as possible (so, no mov

Re: [Pharo-users] The Grapher charting engine

2015-03-21 Thread Tudor Girba
Hi, I fully agree with your API suggestions, but I do not quite understand why you say that it is because of the scripting that the API does not look like this. It's the opposite I think. When you "script" you want as succinct as possible (so, no moveBehind: and stuff). And you want to gradually

[Pharo-users] The Grapher charting engine

2015-03-21 Thread stepharo
Alex Roassal is really cool now I have one question why we cannot say serie1pointsAndVariations :- given series2pointsAndVariations := given RGrapher new axisX; axisY; seriesWithDeviation: {serie1pointsAndVariations . serie2pointsAndVariations}; maxXAxis: 100; My point is why the

[Pharo-users] The Grapher charting engine

2015-03-20 Thread Alexandre Bergel
Dear all, As many of you know, Grapher is a über-cool charting engine, part of Roassal. For people who do not know what Grapher is, here is a (compelling we hope) example: Which is obtained by the following script: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | b colors points ds pts dec lb | b := RTGrapher n