diff --git a/docs/Examples/Other_features/Plotting_Pressure_and_depth_together.ipynb b/docs/Examples/Other_features/Plotting_Pressure_and_depth_together.ipynb index be42836..bb3474f 100644 --- a/docs/Examples/Other_features/Plotting_Pressure_and_depth_together.ipynb +++ b/docs/Examples/Other_features/Plotting_Pressure_and_depth_together.ipynb @@ -6,7 +6,9 @@ "source": [ "# Showing Pressure and Depth on the same axis\n", "- This worked example shows how to make a plot in python where there are two axes, one showing perssure, and one showing temperature. \n", - "- This could be used to plot melt inclusion pressures, fluid inclusion pressures, or results from Thermobarometry. Thus, to make this example as useful as possible, we load in an excel spreadsheet of pressures as an example" + "- This could be used to plot melt inclusion pressures, fluid inclusion pressures, or results from Thermobarometry. Thus, to make this example as useful as possible, we load in an excel spreadsheet of pressures as an example\n", + "\n", + "Get spreadsheet here: https://github.com/PennyWieser/Thermobar/blob/main/docs/Examples/Other_features/Example_Pressure_data.xlsx " ] }, {