pharo-graphics / Roassal

The Roassal Visualization Engine
MIT License
14 stars 8 forks source link

Plot out of chart spine #29

Closed akevalion closed 6 months ago

akevalion commented 7 months ago

I came across this while implementing the Fixed Locator:

arr := {-1. 0. 1. 4. 7}.
x := 0 to: 6 by: 0.1.
y := x sin.

plot := RSLinePlot new x: x y: y.
plot horizontalTick locator: (RSFixedLocator new ticks: arr).

plot.

image

akevalion commented 6 months ago

moved to roassal3