Skip to content

Commit

Permalink
Merge pull request #701 from dstl/tutorial3_plot_fix
Browse files Browse the repository at this point in the history
Tutorial 3 graph legend fix
  • Loading branch information
sdhiscocks authored Aug 23, 2022
2 parents ee4ad3a + f313c5f commit 727d4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/03_UnscentedKalmanFilterTutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
marker=".",
markersize=1.5,
alpha=0.4,
label="Measurements")
label="Particles")
ax.legend()

# %%
Expand Down

0 comments on commit 727d4e6

Please sign in to comment.