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

Commit

Permalink
sage.graphs.graph_plot_js.gen_html_code, doc of force_spring_layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jori Mäntysalo committed Sep 8, 2015
1 parent d96eb1e commit 712ebe8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage/graphs/graph_plot_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ def gen_html_code(G,
- ``edge_partition`` -- same as ``vertex_partition``, with edges
instead. Set to ``[]`` by default.
- ``force_spring_layout`` -- whether to take sage's position into account if
there is one (see :class:`~sage.graphs.generic_graph.GenericGraph` and
:class:`~sage.graphs.generic_graph.GenericGraph`), or to compute a spring
- ``force_spring_layout`` -- whether to take previously computed position
of nodes into account if there is one, or to compute a spring
layout. Set to ``False`` by default.
- ``vertex_size`` -- The size of a vertex' circle. Set to `7` by default.
Expand Down

0 comments on commit 712ebe8

Please sign in to comment.