Roassal3 icon indicating copy to clipboard operation
Roassal3 copied to clipboard

Plot out of chart spine

Open DurieuxPol opened this issue 2 years ago • 1 comments

I came across this while implementing the Fixed Locator:

arr := {-1. 0. 1. 4. 7}.
chart := RSChart new.
chart horizontalTick locator: (RSFixedLocator new ticks: arr).
x := 0 to: 6 by: 0.1.
y := x sin.
chart addPlot: (RSLinePlot new x: x y: y).
chart show.

image

DurieuxPol avatar Jun 15 '23 08:06 DurieuxPol

moved to pharo-graphics/Roassal

akevalion avatar Nov 10 '23 14:11 akevalion