Changes between Version 6 and Version 7 of Ticket #32953, comment 13
- Timestamp:
- Dec 6, 2021, 11:10:40 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32953, comment 13
v6 v7 3 3 If you want to initialize the sphere with stereographic coordinates right from the start, you can use `manifolds.Sphere(2, coordinates='stereographic')`. 4 4 5 One would probably ha sto transcribe the `display` method in such a way that the chart used for displaying is tried to be obtained from (the restriction) of the chart which the frame is induced from before the default chart is used. This is just my guess from not looking into the code.5 One would probably have to transcribe the `display` method in such a way that the chart used for displaying is tried to be obtained from (the restriction) of the chart which the frame is induced from before the default chart is used. This is just my guess from not looking into the code. 6 6 7 7 ''Incidental remark 1: Ticket #31894 attempts to solve the covering issue of spherical coordinates.''