From 93b6dcbf6e95cc2e57c0e5c7084bbc4ea2024a02 Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Tue, 25 Jul 2023 21:45:43 +0100 Subject: [PATCH] Use imports from notebook pt1 --- main.tex | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/main.tex b/main.tex index 52636ef..a399bba 100644 --- a/main.tex +++ b/main.tex @@ -358,18 +358,24 @@ v1 = Chern_Char(3, 2, -2) v2 = Chern_Char(3, 2, 2/3) \end{sagesilent} +\begin{sagesilent} +from plots_and_expressions import \ +typical_characteristic_curves, \ +degenerate_characteristic_curves +\end{sagesilent} + \begin{figure} \centering \begin{subfigure}{.49\textwidth} \centering - \sageplot[width=\textwidth]{charact_curves(v1)} + \sageplot[width=\textwidth]{typical_characteristic_curves} \caption{$\Delta(v)>0$} \label{fig:charact_curves_vis_bgmvlPos} \end{subfigure}% \hfill \begin{subfigure}{.49\textwidth} \centering - \sageplot[width=\textwidth]{charact_curves(v2)} + \sageplot[width=\textwidth]{degenerate_characteristic_curves} \caption{ $\Delta(v)=0$: hyperbola collapses } -- GitLab