From 2662895f3c1bef13cad3ff83455adeeeec2d4182 Mon Sep 17 00:00:00 2001 From: PennyWieser Date: Mon, 3 Feb 2025 17:53:00 -0800 Subject: [PATCH] added url --- .../Other_features/Plotting_Pressure_and_depth_together.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 " ] }, {