Christopher Wilson

Results 6 comments of Christopher Wilson

I can verify this. We had this plugin installed and then needed to start using some custom fields. Tried to sort the issues with the new custom fields and would...

Thanks, I didn't know about the forum. Minimal working example has been updated in the original comment. I no longer get the javascript error, so that was probably something else....

It seems like this has come up before: [https://groups.google.com/forum/?fromgroups&hl=en#!searchin/vpython-users/html%7Csort:date/vpython-users/yA6s0V1UlY0/UI13ofxqBgAJ](https://groups.google.com/forum/?fromgroups&hl=en#!searchin/vpython-users/html%7Csort:date/vpython-users/yA6s0V1UlY0/UI13ofxqBgAJ) > When I am thinking about it I come to the question wether or not it would be helpful to have...

One approach would be a `push_choice(string)` or `pop_choice()` approach treating the menu as a stack where push simply appends the desired string into the option list and pop will remove...

I think that would work, except in looking at the curveMethods code, I don't see a way to remove a particular element in the middle of the point list, something...

If you'll allow me to get off topic briefly: Yes, the documentation got me started. However, as someone just starting VPython coming from matplotlib Axes3d (which has a massive bug...