py4cytoscape.style_auto_mappings.scheme_d_arrow_shapes
-
scheme_d_arrow_shapes(base_url='http://127.0.0.1:1234/v1')[source] Generate list of arrow shapes of a given size
- Parameters
base_url (str) – Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of py4cytoscape.
- Returns
generates a list of arrow shapes
- Return type
lambda
- Raises
CyError – if more arrow shapes are requested than exist
See also