Skip to content

Commit

Permalink
updated plot time label
Browse files Browse the repository at this point in the history
Fixes #403
  • Loading branch information
Gorkowski committed Nov 22, 2023
1 parent de409f7 commit 55fb7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/chamber_smps_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
" stream_smps_2d.data,\n",
" cmap=plt.cm.PuBu_r, levels=50)\n",
"plt.yscale('log')\n",
"ax.set_xlabel('Epoch Time')\n",
"ax.set_xlabel('Experiment time (hours)')\n",
"ax.set_ylabel('Diameter (nm)')\n",
"plt.colorbar(label='Concentration dN [#/cm3]', ax=ax)\n",
"plt.show()\n"
Expand Down

0 comments on commit 55fb7f7

Please sign in to comment.