Skip to content

Commit

Permalink
Tweak comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrocher committed Feb 6, 2020
1 parent 43d6597 commit 668c61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/multiaxis.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _create_plot_component():
left_axis, _ = add_default_axes(plot)
left_axis.title = "Bessel j0, j2, j3"
elif i != 1:
# For the new plot to be mapped correctly on the first plot's axis:
# Map correctly j2 and j3 on the first plot's axis:
plot0 = plots["Bessel j_0"]
plot.index_mapper = plot0.index_mapper
plot.value_mapper = plot0.value_mapper
Expand Down

0 comments on commit 668c61e

Please sign in to comment.