Closed bergel closed 1 year 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
I have change the code, Roassal2 will be frozen. This behaviour is in RSAreaPlot Please use roassal3 https://github.com/ObjectProfile/Roassal3
We should have the following behavior: