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
As with #17, the quick and dirty solution is to change the source code of the package.
in visualisation.py, go to lines 442 and 443, change s=300 to something like s=100 or s=50... It will be trial and error (if you are running the code ipython/etc, you'll need to reload the kernel to force a reload of the package when you change the source code.)
When I use this module to get the result output, it's like this
![test](https://camo.githubusercontent.com/ca53706721d6ee284e4cd01ad76532b565aa3910d52ea68c0d63736ccd00419e/687474703a2f2f37786c706b722e636f6d312e7a302e676c622e636c6f7564646e2e636f6d2f74657374253230253238332532392e706e67)
the circle is too big and is there any methods to adjust it as the examplt in the src?
here is my code:
The text was updated successfully, but these errors were encountered: