Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anerv committed Feb 16, 2023
1 parent d063120 commit d74939f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/REFERENCE/2a_initialize_reference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
" x_positions = [i for i in range(len(x))],\n",
" title = f\"{area_name}\\n {reference_name} edges by bidirectionality\",\n",
" bar_colors = len(x)*[pdict[\"ref_base\"]],\n",
" filepath = ref_results_plots_fp + \"edge_global_bidirectional.png\",\n",
" filepath = ref_results_plots_fp + \"edge_global_bidirectional\",\n",
" ylim = ymax,\n",
" figsize=pdict[\"fsbar_small\"]\n",
" );\n",
Expand All @@ -526,7 +526,7 @@
" x_positions = [i for i in range(len(x))],\n",
" title = f\"{area_name}\\n {reference_name} edges by infrastructure type\",\n",
" bar_colors = len(x)*[pdict[\"ref_base\"]],\n",
" filepath = ref_results_plots_fp + \"edge_global_infrastructuretype.png\",\n",
" filepath = ref_results_plots_fp + \"edge_global_infrastructuretype\",\n",
" ylim = ymax,\n",
" figsize=pdict[\"fsbar_small\"]\n",
");\n",
Expand Down

0 comments on commit d74939f

Please sign in to comment.