From 92295236a823db4143237a019fae9a04ccf8b0f2 Mon Sep 17 00:00:00 2001
From: Luke Naylor <l.naylor@sms.ed.ac.uk>
Date: Tue, 25 Jul 2023 21:51:32 +0100
Subject: [PATCH] Use imports from notebook pt3

---
 main.tex | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/main.tex b/main.tex
index 08bca1f..bfacfee 100644
--- a/main.tex
+++ b/main.tex
@@ -1356,18 +1356,24 @@ def plot_d_bound(
 
 \end{sagesilent}
 
+\begin{sagesilent}
+from plots_and_expressions import \
+bounds_on_d_qmin, \
+bounds_on_d_qmax
+\end{sagesilent}
+
 \begin{figure}
 \centering
 \begin{subfigure}{.45\textwidth}
   \centering
-	\sageplot[width=\linewidth]{plot_d_bound(v_example, 0, ymin=-0.5)}
+	\sageplot[width=\linewidth]{bounds_on_d_qmin}
 	\caption{$q = 0$ (all bounds other than green coincide on line)}
   \label{fig:d_bounds_xmpl_min_q}
 \end{subfigure}%
 \hfill
 \begin{subfigure}{.45\textwidth}
   \centering
-	\sageplot[width=\linewidth]{plot_d_bound(v_example, 4, ymin=-3, ymax=3)}
+	\sageplot[width=\linewidth]{bounds_on_d_qmax}
 	\caption{$q = \chern^{\beta}(F)$ (all bounds other than blue coincide on line)}
   \label{fig:d_bounds_xmpl_max_q}
 \end{subfigure}
-- 
GitLab