Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 10, 2022
1 parent 0835813 commit bfe240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navis/morpho/fq.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def form_factor(x: Union['core.TreeNeuron', 'core.MeshNeuron'],
>>> x = np.logspace(-3, 3, 601)
>>> fig, ax = plt.subplots()
>>> for i in range(len(Fq)):
>>> ax.plot(x, Fq[i])
... ax.plot(x, Fq[i])
>>> # Make log-log
>>> ax.set_xscale('log')
>>> ax.set_yscale('log')
Expand Down

0 comments on commit bfe240b

Please sign in to comment.