Skip to content

Commit

Permalink
small docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Aug 27, 2024
1 parent 334e08b commit 2749011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octarine_navis_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def add_neurons(
to adjust the way connectors are plotted:
- `cn_colors` (dict): A dictionary mapping connector
types to colors. E.g. {'pre': 'red', 'post': 'blue'}.
- `cn_layout` (str): Layout of the connectors. See
- `cn_layout` (dict): Layout of the connectors. See
`navis.config.default_connector_colors` for options.
- `cn_size` (float): Size of the connectors.
- `cn_alpha` (float): Transparency of the connectors.
Expand Down

0 comments on commit 2749011

Please sign in to comment.