Skip to content

Commit a786582

Browse files
committed
[neurons] fixed import note
1 parent 33064a4 commit a786582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plottools/neurons.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def neuron(ax, xy, r, label=None, xytarget=None, synapse='exc',
3333
```
3434
or
3535
```
36-
import plottools.axes
36+
import plottools.aspect
3737
ax.set_ylim_equal()
3838
```
3939

0 commit comments

Comments
 (0)