ObjectProfile / Roassal2

Agile Visualization Engine for Pharo and VisualWorks
http://AgileVisualization.com
MIT License
26 stars 19 forks source link

Area in Grapher #11

Closed bergel closed 1 year ago

bergel commented 6 years ago

We should have the following behavior:

g := RTGrapher new.

d := RTData new.
d connectColor: Color blue.
d noDot.
d areaColor: Color orange.
d points: (-3.14 to: 3.14 by: 0.1).
d y: #sin.
d x: #yourself.
g add: d.

g axisX numberOfTicks: 10; numberOfLabels: 5.

g
akevalion commented 1 year ago

I have change the code, Roassal2 will be frozen. This behaviour is in RSAreaPlot Please use roassal3 https://github.com/ObjectProfile/Roassal3