Skip to content

Commit

Permalink
corrected legend_labels to labels to fix kuramoto demo (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Caryn Tran <caryn.tran@berkeley.edu>
  • Loading branch information
sameerashahh and carynbear committed Jul 10, 2024
1 parent 73c81fb commit cd43f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/systems/kuramoto_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
}
],
"source": [
"plot([x], legend_labels=[\"IND\"], max_oscillators=3, title=\"InD\", max_lines=2, phase_dynamics=True)\n",
"plot([x], labels=[\"IND\"], max_oscillators=3, title=\"InD\", max_lines=2, phase_dynamics=True)\n",
"\n",
"plot([x], legend_labels=[\"IND\"], max_oscillators=3, title=\"InD\", max_lines=2, phase_dynamics=False)\n",
"plot([x], labels=[\"IND\"], max_oscillators=3, title=\"InD\", max_lines=2, phase_dynamics=False)\n",
"# plot([y], max_oscillators=3, title=\"OOD\")"
]
},
Expand Down Expand Up @@ -126,7 +126,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.10.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cd43f45

Please sign in to comment.