Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
also plot the polyhedron
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 15, 2021
1 parent f2bdbf2 commit eb88cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -10449,7 +10449,7 @@ def affine_hull_manifold(self, name=None, latex_name=None, start_index=0, ambien
....: F.as_polyhedron().affine_hull_manifold(name=f'F{i}', orthogonal=True, ambient_space=E3)
....: for i, F in enumerate(D.facets())]
sage: sum(FM.plot({}, srange(-2, 2, 0.1), srange(-2, 2, 0.1), opacity=0.2)
....: for FM in submanifolds) # not tested
....: for FM in submanifolds) + D.plot() # not tested
"""
if ambient_space is None:
Expand Down

0 comments on commit eb88cfe

Please sign in to comment.