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
Describe the bug
When testing out the snippet present in the Readme where you use Numpy to plot user generated samples, the xlimits, as well as the axis being shared, are wrong.
To Reproduce
Steps to reproduce the behavior:
Copy the code from the Readme;
Run it;
See error.
Expected behavior
The plot should look like the one presented on the Readme.
Screenshots
The code should reproduce the image found on the Readme, i.e.:
Instead, it shows the following:
Desktop (please complete the following information):
OS: Manjaro, x86_64 GNU/Linux (kernel version 5.4.206-1)
Python: 3.10.4
Installation method: pip
Using a conda compatible virtual environment manager named micromamba
Additional context
Here's a copy of my Python virtual environment:
Solution
I've made a patch to fix this issue (it's quite literally 4 lines of code): patch.txt
The text was updated successfully, but these errors were encountered:
jpmvferreira
changed the title
Example in the Readme has the wrong limits
Unable to reproduce example in the Readme due to axis missconfiguration
Aug 12, 2022
Describe the bug
When testing out the snippet present in the Readme where you use Numpy to plot user generated samples, the xlimits, as well as the axis being shared, are wrong.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The plot should look like the one presented on the Readme.
Screenshots
The code should reproduce the image found on the Readme, i.e.:
Instead, it shows the following:
Desktop (please complete the following information):
Additional context
Here's a copy of my Python virtual environment:
Solution
I've made a patch to fix this issue (it's quite literally 4 lines of code):
patch.txt
The text was updated successfully, but these errors were encountered: