diff --git a/main.tex b/main.tex index 08bca1f309f64a6a64d04b2e1aaf937f5bcd67f8..bfacfee2c43a08d9cf1090373694a1759f85aa26 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}