sagemath / sage-archive-2023-02-01

This repository used to be the user-facing mirror of the Sage source tree. As Sage development migrated on 2023-02-01 from https://trac.sagemath.org/ to our new repository on GitHub, https://github.com/sagemath/sage, we have renamed and archived this repository.
https://www.sagemath.org
Other
2.01k stars 413 forks source link

Changed the plot method of FreeModuleElement class to use arrow instead #59

Closed b-mcg closed 6 years ago

b-mcg commented 8 years ago

of line3d.

I had issues with the 3d representation of vectors within vector fields being unclear as to where the actual arrow head was, as well as, where the tail was. Also, to me it makes sense to just use arrow rather than line3d which also allows more control over the appearance of the vectors. Jmol takes noticeably longer to generate the graph, however, it still doesn't take that long but I suspect that's more of an issue with how arrow's jmol representation is handled. Anyways, I think the change makes 3d vectors look better.

paulmasson commented 8 years ago

@b-mcg Sage development doesn't happen on GitHub yet, but on https://trac.sagemath.org. If you want to contribute to Sage, you'll first need to open and account there and follow the documentation to set up Git for merging changes.