Skip to content

Commit

Permalink
Merge pull request #162 from iantei/fix_average_trip_length_sensed
Browse files Browse the repository at this point in the history
Fix plot title for average miles per transport mode selected's bar chart in generic_metrics_sensed notebook
  • Loading branch information
shankari authored Jan 5, 2025
2 parents 7f54f31 + 0632b22 commit 2ed9a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz_scripts/generic_metrics_sensed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"metadata": {},
"outputs": [],
"source": [
"plot_title_no_quality=\" Average Miles for each mode with > 3 entries\\n(inferred by OpenPATH from phone sensors)\"\n",
"plot_title_no_quality= \"Average \" + label_units + \" for each mode with > 3 entries\\n(inferred by OpenPATH from phone sensors)\"\n",
"file_name ='average_miles_sensed_mode%s' % file_suffix\n",
"\n",
"try:\n",
Expand Down

0 comments on commit 2ed9a8b

Please sign in to comment.