Open ctarn opened 4 months ago
Until we have support in the backends for one linepattern per poly, we should at least throw a proper error...
Thank you! Now we can alternatively plot each part at one time respectively (in the same axis), e.g., the example. How far are we from one linepattern per poly
?
It's not on any roadmap, should probably take a day of work or so ;)
When I specify the
color
of plots such aspie
, it will run into aStackOverflowError
:Thus we have to draw such a plot many times to attach a
LinePattern
:It would be much more complex if we wanted to use different
LinePattern
s for different parts.