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

Commit

Permalink
src/sage/geometry/polyhedral_complex.py (exploded_plot): Fix doc of s…
Browse files Browse the repository at this point in the history
…ticky_center
  • Loading branch information
Matthias Koeppe committed Aug 7, 2022
1 parent f0321e5 commit cc0a47e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/geometry/polyhedral_complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -2488,8 +2488,9 @@ def exploded_plot(polyhedra, *,
- ``sticky_vertices`` -- (default: ``False``) boolean or dict. Whether to draw line segments between shared
vertices of the given polyhedra. A dict gives options for :func:`sage.plot.line`.
- ``sticky_center`` -- (default: ``True``) boolean or dict. Whether to draw line segments between ``center``
and the vertices of the given polyhedra. A dict gives options for :func:`sage.plot.line`.
- ``sticky_center`` -- (default: ``True``) boolean or dict. When ``center`` is a vertex of some
of the polyhedra, whether to draw line segments connecting the ``center`` to the shifted copies
of these vertices. A dict gives options for :func:`sage.plot.line`.
- ``color`` -- (default: ``None``) if ``"rainbow"``, assign a different color to every maximal cell and
every vertex; otherwise, passed on to :meth:`~sage.geometry.polyhedron.base.Polyhedron_base.plot`.
Expand Down

0 comments on commit cc0a47e

Please sign in to comment.