Skip to content

Commit

Permalink
fix docs nb
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed Oct 8, 2024
1 parent a1bd3ab commit 80314df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/notebooks/colour_functions_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@
"\n",
"# store running colour parameters as a dataframe\n",
"df_col = pd.DataFrame(col_dict_list)\n",
"# df_col = pd.concat([df_obs, df_col], axis=1)\n",
"df_col = df_col.merge(df_obs, on=x_plot)\n",
"\n",
"ax1.set_xlabel(x_plot)\n",
Expand Down

0 comments on commit 80314df

Please sign in to comment.