2562 | | edge_labels=False, vertex_size=200, graph_border=False, |
2563 | | vertex_colors=None, partition=None, edge_colors=None, |
2564 | | scaling_term=0.05, iterations=50, |
2565 | | color_by_label=False, heights=None): |
| 2562 | edge_labels=False, vertex_size=200, graph_border=False, |
| 2563 | vertex_colors=None, partition=None, edge_colors=None, |
| 2564 | scaling_term=0.05, iterations=50, |
| 2565 | color_by_label=False, heights=None): |
2579 | | vertex_colors -- optional dictionary to specify vertex colors: each key is a color recognizable |
2580 | | by matplotlib, and each corresponding entry is a list of vertices. If a vertex is not listed, |
2581 | | it looks invisible on the resulting plot (it doesn't get drawn). |
2582 | | edge_colors -- a dictionary specifying edge colors: each key is a color recognized by |
2583 | | matplotlib, and each entry is a list of edges. |
2584 | | partition -- a partition of the vertex set. if specified, plot will show each cell in a different |
2585 | | color. vertex_colors takes precedence. |
2586 | | scaling_term -- default is 0.05. if vertices are getting chopped off, increase; if graph |
2587 | | is too small, decrease. should be positive, but values much bigger than |
2588 | | 1/8 won't be useful unless the vertices are huge |
| 2582 | vertex_colors -- optional dictionary to specify vertex colors: each |
| 2583 | key is a color recognizable by matplotlib, and each corresponding |
| 2584 | entry is a list of vertices. If a vertex is not listed, it looks |
| 2585 | invisible on the resulting plot (it doesn't get drawn). |
| 2586 | edge_colors -- a dictionary specifying edge colors: each key is a |
| 2587 | color recognized by matplotlib, and each entry is a list of edges. |
| 2588 | partition -- a partition of the vertex set. if specified, plot will |
| 2589 | show each cell in a different color. vertex_colors takes precedence. |
| 2590 | scaling_term -- default is 0.05. if vertices are getting chopped off, |
| 2591 | increase; if graph is too small, decrease. should be positive, but |
| 2592 | values much bigger than 1/8 won't be useful unless the vertices |
| 2593 | are huge |
2724 | | vertex_colors -- optional dictionary to specify vertex colors: each key is a color recognizable |
2725 | | by matplotlib, and each corresponding entry is a list of vertices. If a vertex is not listed, |
2726 | | it looks invisible on the resulting plot (it doesn't get drawn). |
2727 | | edge_colors -- a dictionary specifying edge colors: each key is a color recognized by |
2728 | | matplotlib, and each entry is a list of edges. |
2729 | | partition -- a partition of the vertex set. if specified, plot will show each cell in a different |
2730 | | color. vertex_colors takes precedence. |
2731 | | scaling_term -- default is 0.05. if vertices are getting chopped off, increase; if graph |
2732 | | is too small, decrease. should be positive, but values much bigger than |
2733 | | 1/8 won't be useful unless the vertices are huge |
2734 | | talk -- if true, prints large vertices with white backgrounds so that labels are legible on slies |
| 2732 | vertex_colors -- optional dictionary to specify vertex colors: each |
| 2733 | key is a color recognizable by matplotlib, and each corresponding |
| 2734 | entry is a list of vertices. If a vertex is not listed, it looks |
| 2735 | invisible on the resulting plot (it doesn't get drawn). |
| 2736 | edge_colors -- a dictionary specifying edge colors: each key is a |
| 2737 | color recognized by matplotlib, and each entry is a list of edges. |
| 2738 | partition -- a partition of the vertex set. if specified, plot will |
| 2739 | show each cell in a different color. vertex_colors takes precedence. |
| 2740 | scaling_term -- default is 0.05. if vertices are getting chopped off, |
| 2741 | increase; if graph is too small, decrease. should be positive, but |
| 2742 | values much bigger than 1/8 won't be useful unless the vertices |
| 2743 | are huge |
| 2744 | talk -- if true, prints large vertices with white backgrounds so that |
| 2745 | labels are legible on slies |