You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had expected the two plotters to be independent. But this does not appear to be the case, which means that the placement of the .show() call matters. Is this a bug?
The text was updated successfully, but these errors were encountered:
Hi @marcomusy, thanks for letting me know it's indeed a bug. I was able to work around this in my library (https://github.com/leon-vv/Traceon) by 'buffering' the elements to be plotted and only add them to the Plotter just before calling .show(). Thanks anyways for maintaining this piece of software
Hi!
First of all thanks for creating this great piece of software!
I encountered some behavior which might be a bug. Please consider the code and the screenshots below
Case 1
Both plots come out correctly as follows:
Case 2
In the second case the first plot loses its axis:
I had expected the two plotters to be independent. But this does not appear to be the case, which means that the placement of the
.show()
call matters. Is this a bug?The text was updated successfully, but these errors were encountered: