Abhik Pal
Abhik Pal
Ah... the cursor code hasn't been ported over to vispy yet! That why it's raising the `NotImplementedError` for most of them. I'll put a note in the documentation regarding this.
Hey, This is great! I just have one small comment: Did you know you can pass vectors directly to the `line()` function? You don't have to write an extra `line_vert()`...
Awesome! Here are a couple of things you can take a look at: - Daniel Shiffman's "Git and Github for Poets" on YouTube: https://youtu.be/BCQHnlnPusY?list=PLRqwX-V7Uu6ZF9C0YMKuns9sLDzK6zoiV - Michael Hartl's "Learn Enough Git...