Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 20, 2024
1 parent 3d950d7 commit d388c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/particle_simulation_with_camp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@
"plt.plot(OUTPUT['elapsed_time'], OUTPUT['total_mass_conc'], \"b\", label=\"mass conc\")\n",
"plt.ylabel(\"Mass concentration (kg m$^{-3}$)\", color='b')\n",
"plt.xlabel(\"Time (s)\")\n",
"n_yticks = 5\n",
"n_ticks = 5\n",
"set_tickmarks(plt.gca(), n_ticks)\n",
"plt.twinx()\n",
"plt.plot(OUTPUT['elapsed_time'], OUTPUT['total_num_conc'], \"g\", label=\"num conc\")\n",
Expand Down

0 comments on commit d388c53

Please sign in to comment.