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 8f3ab12 commit a1bd3ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/notebooks/colour_functions_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"\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 = 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",
"ax1.set_ylabel(y_plot)\n",
Expand Down Expand Up @@ -361,7 +362,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "605a043a",
"id": "30e90de5-e50b-4339-a027-7b2165a6b664",
"metadata": {},
"outputs": [],
"source": []
Expand All @@ -383,7 +384,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a1bd3ab

Please sign in to comment.