I have defined axis limits such that I have ticks at the boundaries of my plot. But data points whose values correspond to the limits are clipped at the plot boundaries. In R, one can prevent this by using coord_cartesian(clip="off"). Is there an equivalent in Julia / GR ? Many thanks in advance.
Then the axes don’t end at a tick In other words: I only want to manipulate the limitations of where the data can be drawn (called plot area in Plots.jl?), such that I have full circles when plotting data points, while keeping axis limits.
Good suggestion, but switching backend entails a lot of changes to be made. I guess I will simply adjust lims, export the plot as SVG and correct the axis extension in Inkscape.