-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
visualization of the half-edges is not working #13
Comments
Hi @PinkGenji, sorry I don't have much bandwith for this these day.. |
Hi @glyg
Cheers. |
Oh so it seems that in the latest versions of matplotplib the second argument (with value Did you install tyssue from source or through conda? The fix is easy, just remove Do you feel capable of installing from source? |
Hi @glyg |
Good to hear the problem is fixed Windows should not be a problem if you use the conda environment file provided. |
Hi @glyg After checking the source code on DamCB/Tyssue, I believe the bug has been fixed (hence no need to pull request?). The problem arise because I got Tyssue via conda-forge, and the latest version in conda-forge is still version 0.9 |
Ah well all good then :) |
Hi,
I am trying to use the "show half-edge" function from the visualization demo, but running the code from the demo gives me an error:
The error seems to be originated from the line about "ax.add_collection", contained in the file: "plt-draw.py", under function "draw_edge".
I have no idea on how to fix it, would you please give me some directions perhaps?
The text was updated successfully, but these errors were encountered: