I have a plot where I want to display some dash. But as the density of points increases, the dashes merge and become a straight line. This can be seen on the left of the plot near x=0.02.
This would mean drawing the dash pattern with the line and the (window) background color. In GR this is theoretically possible, but only via an internal (software) emulation.
Is this really what you want, or did I misunderstand the purpose?
I can reformulate to be sure. It is linked to this post.
I want to be able to draw curves and specify, with an argument, the linestyle of the points so as to be able to control which parts of the curve are continuous and which are dash. Additionally, I want the dashed part to be visible irrespective of the underlying point density.
Ok - I understand. But, IMO that’s a functionality that should be provided/implemented in Plots.jl - not in the backend code. The main reason is, that most underlying (low-level) systems would not support multiple line attributes within a path.