Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-37045: Added third embedding in Cubegraph for oblique proj…
…ection of hypercubes Added third embedding for oblique projection of hypercube. **Output after changes:** `graphs.CubeGraph(3, 3).plot()` gives: ![tmp_zjbpqfvb](https://github.com/sagemath/sage/assets/125746010/71d400 da-2ec3-47bd-969c-2254ba6db437) `graphs.CubeGraph(4, 3).plot()` gives: ![tmp_42b4cb_b](https://github.com/sagemath/sage/assets/125746010/56e6a1 93-e12a-498b-95c2-0d640f6737ec) Fixes sagemath#37040 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. URL: sagemath#37045 Reported by: Aman Moon Reviewer(s): David Coudert
- Loading branch information