begin short talk
85
flake.nix
|
@ -8,49 +8,50 @@
|
|||
|
||||
outputs = { self, nixpkgs, flake-utils }:
|
||||
with flake-utils.lib; eachSystem allSystems (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
tex = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-medium latexmk koma-script babel-english
|
||||
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
|
||||
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
|
||||
type1cm changepage lualatex-math footmisc wrapfig2 curve2e pict2e wrapfig
|
||||
appendixnumberbeamer sidecap appendix orcidlink ncctools bigfoot crop xcolor;
|
||||
};
|
||||
in rec {
|
||||
packages = {
|
||||
watch = pkgs.writeShellScriptBin "watch-latex" ''
|
||||
${tex}/bin/latexmk
|
||||
while ${pkgs.inotify-tools}/bin/inotifywait --include ".*\.(sty|tex|pgf|pdf)" -e modify -r .; do
|
||||
${tex}/bin/latexmk
|
||||
done
|
||||
'';
|
||||
document = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
name = "masters-thesis";
|
||||
src = self;
|
||||
buildInputs = [ pkgs.coreutils tex pkgs.biber];
|
||||
phases = ["unpackPhase" "buildPhase" "installPhase"];
|
||||
buildPhase = ''
|
||||
export PATH="${pkgs.lib.makeBinPath buildInputs}";
|
||||
mkdir -p .cache/texmf-var
|
||||
mkdir -p output/src
|
||||
env TEXMFHOME=.cache TEXMFVAR=.cache/texmf-var \
|
||||
OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts:${pkgs.lato}/share/fonts/lato:${pkgs.raleway}/share/fonts:${pkgs.lmodern}/share/fonts \
|
||||
latexmk ./index.tex
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
tex = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-medium latexmk koma-script babel-english
|
||||
physics mathtools amsmath fontspec booktabs siunitx caption biblatex float
|
||||
pgfplots microtype fancyvrb csquotes setspace newunicodechar hyperref
|
||||
cleveref multirow bbold unicode-math biblatex-phys xpatch beamerposter
|
||||
type1cm changepage lualatex-math footmisc wrapfig2 curve2e pict2e wrapfig
|
||||
appendixnumberbeamer sidecap appendix orcidlink ncctools bigfoot crop xcolor;
|
||||
};
|
||||
in
|
||||
rec {
|
||||
packages = {
|
||||
watch = pkgs.writeShellScriptBin "watch-latex" ''
|
||||
${tex}/bin/latexmk
|
||||
while ${pkgs.inotify-tools}/bin/inotifywait --include ".*\.(sty|tex|pgf|pdf)" -e modify -r .; do
|
||||
${tex}/bin/latexmk
|
||||
done
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp output/index.pdf $out/
|
||||
document = pkgs.stdenvNoCC.mkDerivation rec {
|
||||
name = "masters-thesis";
|
||||
src = self;
|
||||
buildInputs = [ pkgs.coreutils tex pkgs.biber ];
|
||||
phases = [ "unpackPhase" "buildPhase" "installPhase" ];
|
||||
buildPhase = ''
|
||||
export PATH="${pkgs.lib.makeBinPath buildInputs}";
|
||||
mkdir -p .cache/texmf-var
|
||||
mkdir -p output/src
|
||||
env TEXMFHOME=.cache TEXMFVAR=.cache/texmf-var \
|
||||
OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts:${pkgs.lato}/share/fonts/lato:${pkgs.raleway}/share/fonts:${pkgs.lmodern}/share/fonts \
|
||||
latexmk ./index.tex
|
||||
'';
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp output/index.pdf $out/
|
||||
'';
|
||||
};
|
||||
};
|
||||
defaultPackage = packages.document;
|
||||
devShell = pkgs.mkShellNoCC {
|
||||
buildInputs = [ packages.watch pkgs.openjdk ] ++ packages.document.buildInputs;
|
||||
shellHook = ''
|
||||
export OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts:${pkgs.lato}/share/fonts/lato:${pkgs.raleway}/share/fonts:${pkgs.lmodern}/share/fonts
|
||||
'';
|
||||
};
|
||||
};
|
||||
defaultPackage = packages.document;
|
||||
devShell = pkgs.mkShellNoCC {
|
||||
buildInputs = [packages.watch pkgs.openjdk] ++ packages.document.buildInputs;
|
||||
shellHook = ''
|
||||
export OSFONTDIR=${pkgs.gyre-fonts}/share/fonts:${pkgs.liberation_ttf}/share/fonts:${pkgs.lato}/share/fonts/lato:${pkgs.raleway}/share/fonts:${pkgs.lmodern}/share/fonts
|
||||
'';
|
||||
};
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
BIN
talk_short/figs/01/flow.pdf
Normal file
39784
talk_short/figs/01/flow.pgf
Normal file
9791
talk_short/figs/01/flow.svg
Normal file
After Width: | Height: | Size: 408 KiB |
BIN
talk_short/figs/01/interaction.pdf
Normal file
78815
talk_short/figs/01/interaction.pgf
Normal file
19296
talk_short/figs/01/interaction.svg
Normal file
After Width: | Height: | Size: 801 KiB |
BIN
talk_short/figs/01/ohmic_bcf.pdf
Normal file
620
talk_short/figs/01/ohmic_bcf.pgf
Normal file
|
@ -0,0 +1,620 @@
|
|||
%% Creator: Matplotlib, PGF backend
|
||||
%%
|
||||
%% To include the figure in your LaTeX document, write
|
||||
%% \input{<filename>.pgf}
|
||||
%%
|
||||
%% Make sure the required packages are loaded in your preamble
|
||||
%% \usepackage{pgf}
|
||||
%%
|
||||
%% Also ensure that all the required font packages are loaded; for instance,
|
||||
%% the lmodern package is sometimes necessary when using math font.
|
||||
%% \usepackage{lmodern}
|
||||
%%
|
||||
%% Figures using additional raster images can only be included by \input if
|
||||
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||
%% from other directories you can use the `import` package
|
||||
%% \usepackage{import}
|
||||
%%
|
||||
%% and then include the figures with
|
||||
%% \import{<path to file>}{<filename>.pgf}
|
||||
%%
|
||||
%% Matplotlib used the following preamble
|
||||
%% \usepackage{fontspec}
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\begin{pgfpicture}%
|
||||
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{2.767400in}{2.213920in}}%
|
||||
\pgfusepath{use as bounding box, clip}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.500000,0.500000,0.500000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.767400in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.767400in}{2.213920in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{2.213920in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{0.898039,0.898039,0.898039}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetstrokeopacity{0.000000}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.514583in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.514583in}{0.552778in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.610166in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.610166in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.610166in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.610166in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.088079in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.088079in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{1.088079in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.088079in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 1}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.565992in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.565992in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{1.565992in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.565992in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 2}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.043905in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.043905in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.043905in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.043905in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 3}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.521817in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.521817in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.521817in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.521817in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 4}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.565992in,y=0.301333in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle τ\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{0.792759in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.792759in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.514583in}{0.792759in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.174761in, y=0.754204in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont \ensuremath{-}0.5}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{1.070513in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.070513in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.514583in}{1.070513in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.266583in, y=1.031958in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{1.348267in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.348267in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.514583in}{1.348267in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.266583in, y=1.309711in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.5}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{1.626021in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.626021in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.514583in}{1.626021in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.266583in, y=1.587465in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 1.0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.886275,0.290196,0.200000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.610166in}{1.777807in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.615907in}{1.776584in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.623561in}{1.771175in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.631215in}{1.761553in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.640783in}{1.743905in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.652264in}{1.715213in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.665659in}{1.672931in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.684795in}{1.600407in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.721153in}{1.445827in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.751770in}{1.321885in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.774733in}{1.241585in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.793868in}{1.184794in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.813004in}{1.137283in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.830226in}{1.101970in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.847448in}{1.073017in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.864670in}{1.049652in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.881892in}{1.031090in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.901028in}{1.015199in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.920163in}{1.003405in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.941213in}{0.994218in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.964175in}{0.987718in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.990965in}{0.983598in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.021582in}{0.982108in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.061767in}{0.983484in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.119174in}{0.988917in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.455962in}{1.025960in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.591825in}{1.035374in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.754478in}{1.043429in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.957316in}{1.050254in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.225215in}{1.056011in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.521817in}{1.059966in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.521817in}{1.059966in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.514583in}{0.552778in}}{\pgfqpoint{2.102817in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.203922,0.541176,0.741176}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.610166in}{1.070513in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.644610in}{0.874825in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.663746in}{0.782968in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.679054in}{0.722887in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.692449in}{0.681204in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.705844in}{0.649817in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.717326in}{0.630789in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.726893in}{0.620103in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.736461in}{0.613714in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.746029in}{0.611192in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.755597in}{0.612085in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.765165in}{0.615936in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.776646in}{0.623834in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.791955in}{0.638748in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.811090in}{0.662316in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.841707in}{0.705903in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.901028in}{0.790919in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.933558in}{0.831738in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.964175in}{0.865188in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.994792in}{0.893926in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.025410in}{0.918381in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.057940in}{0.940272in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.092384in}{0.959563in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.128742in}{0.976344in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.168927in}{0.991441in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.212939in}{1.004696in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.264605in}{1.016900in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.323926in}{1.027593in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.394728in}{1.037043in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.480838in}{1.045223in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.587998in}{1.052130in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.727688in}{1.057866in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.920958in}{1.062485in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.207993in}{1.065986in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.521817in}{1.067835in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.521817in}{1.067835in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.514583in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.514583in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.088079in,y=1.626021in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle ω_c=2\), \(\displaystyle s=1\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.565992in,y=1.919476in,,base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont \(\displaystyle J=η Γ(s+1) / (1 + iω_c τ)^{s+1}\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{0.898039,0.898039,0.898039}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetfillopacity{0.800000}%
|
||||
\pgfsetlinewidth{0.501875pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.800000,0.800000,0.800000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetstrokeopacity{0.800000}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.679178in}{1.436254in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.539622in}{1.436254in}}%
|
||||
\pgfpathquadraticcurveto{\pgfqpoint{2.561844in}{1.436254in}}{\pgfqpoint{2.561844in}{1.458476in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.561844in}{1.758364in}}%
|
||||
\pgfpathquadraticcurveto{\pgfqpoint{2.561844in}{1.780587in}}{\pgfqpoint{2.539622in}{1.780587in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.679178in}{1.780587in}}%
|
||||
\pgfpathquadraticcurveto{\pgfqpoint{1.656956in}{1.780587in}}{\pgfqpoint{1.656956in}{1.758364in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.656956in}{1.458476in}}%
|
||||
\pgfpathquadraticcurveto{\pgfqpoint{1.656956in}{1.436254in}}{\pgfqpoint{1.679178in}{1.436254in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.679178in}{1.436254in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{stroke,fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.886275,0.290196,0.200000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.701400in}{1.697253in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.812511in}{1.697253in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.923622in}{1.697253in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.012511in,y=1.658364in,left,base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont real part}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.203922,0.541176,0.741176}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.701400in}{1.542365in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.812511in}{1.542365in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.923622in}{1.542365in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.012511in,y=1.503476in,left,base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont imag part}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfpicture}%
|
||||
\makeatother%
|
||||
\endgroup%
|
1125
talk_short/figs/01/ohmic_bcf.svg
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
talk_short/figs/01/ohmic_sd.pdf
Normal file
559
talk_short/figs/01/ohmic_sd.pgf
Normal file
|
@ -0,0 +1,559 @@
|
|||
%% Creator: Matplotlib, PGF backend
|
||||
%%
|
||||
%% To include the figure in your LaTeX document, write
|
||||
%% \input{<filename>.pgf}
|
||||
%%
|
||||
%% Make sure the required packages are loaded in your preamble
|
||||
%% \usepackage{pgf}
|
||||
%%
|
||||
%% Also ensure that all the required font packages are loaded; for instance,
|
||||
%% the lmodern package is sometimes necessary when using math font.
|
||||
%% \usepackage{lmodern}
|
||||
%%
|
||||
%% Figures using additional raster images can only be included by \input if
|
||||
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||
%% from other directories you can use the `import` package
|
||||
%% \usepackage{import}
|
||||
%%
|
||||
%% and then include the figures with
|
||||
%% \import{<path to file>}{<filename>.pgf}
|
||||
%%
|
||||
%% Matplotlib used the following preamble
|
||||
%% \usepackage{fontspec}
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\begin{pgfpicture}%
|
||||
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{2.767400in}{2.213920in}}%
|
||||
\pgfusepath{use as bounding box, clip}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.500000,0.500000,0.500000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.767400in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.767400in}{2.213920in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{2.213920in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{0.898039,0.898039,0.898039}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetstrokeopacity{0.000000}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.422569in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.422569in}{0.552778in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.522334in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.522334in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.522334in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.522334in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.921395in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.921395in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.921395in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.921395in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 10}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.320455in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.320455in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{1.320455in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.320455in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 20}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.719515in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.719515in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{1.719515in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.719515in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 30}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.118575in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.118575in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.118575in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.118575in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 40}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.517635in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.517635in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.517635in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.517635in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 50}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.519985in,y=0.301333in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle ω\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{0.611113in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.611113in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.422569in}{0.611113in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.174569in, y=0.572557in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{0.928253in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.928253in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.422569in}{0.928253in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.174569in, y=0.889698in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.2}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{1.245394in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.245394in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.422569in}{1.245394in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.174569in, y=1.206838in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.4}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{1.562535in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.562535in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.422569in}{1.562535in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.174569in, y=1.523979in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0.6}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.422569in}{0.552778in}}{\pgfqpoint{2.194831in}{1.283364in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.886275,0.290196,0.200000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.522334in}{0.611113in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.534318in}{1.020909in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.546302in}{1.316437in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.556289in}{1.492802in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.566275in}{1.617924in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.576262in}{1.701418in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.584251in}{1.743704in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.590243in}{1.763466in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.596234in}{1.774445in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.600229in}{1.777466in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.604224in}{1.777420in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.608218in}{1.774598in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.614210in}{1.765750in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.622199in}{1.746607in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.632186in}{1.713252in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.646167in}{1.653881in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.668137in}{1.543440in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.730053in}{1.222567in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.756018in}{1.107967in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.777989in}{1.023878in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.799959in}{0.951487in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.821929in}{0.890035in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.841902in}{0.842761in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.861875in}{0.802748in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.881848in}{0.769098in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.901821in}{0.740955in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.923791in}{0.715418in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.945762in}{0.694653in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.969729in}{0.676484in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.993697in}{0.662120in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.019662in}{0.649984in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.049621in}{0.639428in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.083575in}{0.630808in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.123521in}{0.623902in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.173454in}{0.618522in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.239364in}{0.614685in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.339229in}{0.612277in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.536962in}{0.611234in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.517635in}{0.611113in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.517635in}{0.611113in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.422569in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{0.552778in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.422569in}{1.836142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.617400in}{1.836142in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.519985in,y=1.403964in,left,base]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle ω_c=2\), \(\displaystyle s=1\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.519985in,y=1.919476in,,base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont \(\displaystyle J=η e^{-ω/ω_c} ω^s\)}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfpicture}%
|
||||
\makeatother%
|
||||
\endgroup%
|
775
talk_short/figs/01/ohmic_sd.svg
Normal file
|
@ -0,0 +1,775 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="199.252802pt" height="159.402242pt" viewBox="0 0 199.252802 159.402242" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<cc:Work>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:date>1980-01-01T00:00:00+00:00</dc:date>
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs>
|
||||
<style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 159.402242
|
||||
L 199.252802 159.402242
|
||||
L 199.252802 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill: #ffffff"/>
|
||||
</g>
|
||||
<g id="axes_1">
|
||||
<g id="patch_2">
|
||||
<path d="M 30.425 119.602242
|
||||
L 188.452802 119.602242
|
||||
L 188.452802 27.2
|
||||
L 30.425 27.2
|
||||
z
|
||||
" style="fill: #e5e5e5"/>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<path d="M 37.608082 119.602242
|
||||
L 37.608082 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_2">
|
||||
<defs>
|
||||
<path id="m545c4e44ac" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #555555; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="37.608082" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<!-- 0 -->
|
||||
<g style="fill: #555555" transform="translate(35.063082 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-30" d="M 2034 219
|
||||
Q 2513 219 2750 744
|
||||
Q 2988 1269 2988 2328
|
||||
Q 2988 3391 2750 3916
|
||||
Q 2513 4441 2034 4441
|
||||
Q 1556 4441 1318 3916
|
||||
Q 1081 3391 1081 2328
|
||||
Q 1081 1269 1318 744
|
||||
Q 1556 219 2034 219
|
||||
z
|
||||
M 2034 -91
|
||||
Q 1275 -91 848 546
|
||||
Q 422 1184 422 2328
|
||||
Q 422 3475 848 4112
|
||||
Q 1275 4750 2034 4750
|
||||
Q 2797 4750 3222 4112
|
||||
Q 3647 3475 3647 2328
|
||||
Q 3647 1184 3222 546
|
||||
Q 2797 -91 2034 -91
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_2">
|
||||
<g id="line2d_3">
|
||||
<path d="M 66.34041 119.602242
|
||||
L 66.34041 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="66.34041" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
<!-- 10 -->
|
||||
<g style="fill: #555555" transform="translate(61.25041 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-31" d="M 909 0
|
||||
L 909 331
|
||||
L 1722 331
|
||||
L 1722 4213
|
||||
L 781 3603
|
||||
L 781 4013
|
||||
L 1919 4750
|
||||
L 2350 4750
|
||||
L 2350 331
|
||||
L 3163 331
|
||||
L 3163 0
|
||||
L 909 0
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-31"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_3">
|
||||
<g id="line2d_5">
|
||||
<path d="M 95.072737 119.602242
|
||||
L 95.072737 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="95.072737" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
<!-- 20 -->
|
||||
<g style="fill: #555555" transform="translate(89.982737 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-32" d="M 819 3553
|
||||
L 469 3553
|
||||
L 469 4384
|
||||
Q 803 4563 1142 4656
|
||||
Q 1481 4750 1806 4750
|
||||
Q 2534 4750 2956 4397
|
||||
Q 3378 4044 3378 3438
|
||||
Q 3378 2753 2422 1800
|
||||
Q 2347 1728 2309 1691
|
||||
L 1131 513
|
||||
L 3078 513
|
||||
L 3078 1088
|
||||
L 3444 1088
|
||||
L 3444 0
|
||||
L 434 0
|
||||
L 434 341
|
||||
L 1850 1753
|
||||
Q 2319 2222 2519 2614
|
||||
Q 2719 3006 2719 3438
|
||||
Q 2719 3909 2473 4175
|
||||
Q 2228 4441 1797 4441
|
||||
Q 1350 4441 1106 4219
|
||||
Q 863 3997 819 3553
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-32"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_4">
|
||||
<g id="line2d_7">
|
||||
<path d="M 123.805065 119.602242
|
||||
L 123.805065 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="123.805065" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
<!-- 30 -->
|
||||
<g style="fill: #555555" transform="translate(118.715065 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-33" d="M 622 4469
|
||||
Q 988 4606 1323 4678
|
||||
Q 1659 4750 1953 4750
|
||||
Q 2638 4750 3022 4454
|
||||
Q 3406 4159 3406 3634
|
||||
Q 3406 3213 3140 2930
|
||||
Q 2875 2647 2388 2547
|
||||
Q 2963 2466 3280 2130
|
||||
Q 3597 1794 3597 1259
|
||||
Q 3597 606 3158 257
|
||||
Q 2719 -91 1894 -91
|
||||
Q 1528 -91 1179 -12
|
||||
Q 831 66 488 225
|
||||
L 488 1131
|
||||
L 838 1131
|
||||
Q 869 681 1141 450
|
||||
Q 1413 219 1906 219
|
||||
Q 2384 219 2661 495
|
||||
Q 2938 772 2938 1253
|
||||
Q 2938 1803 2653 2086
|
||||
Q 2369 2369 1819 2369
|
||||
L 1522 2369
|
||||
L 1522 2688
|
||||
L 1678 2688
|
||||
Q 2225 2688 2498 2914
|
||||
Q 2772 3141 2772 3597
|
||||
Q 2772 4006 2547 4223
|
||||
Q 2322 4441 1900 4441
|
||||
Q 1478 4441 1245 4241
|
||||
Q 1013 4041 972 3647
|
||||
L 622 3647
|
||||
L 622 4469
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-33"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_5">
|
||||
<g id="line2d_9">
|
||||
<path d="M 152.537392 119.602242
|
||||
L 152.537392 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="152.537392" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
<!-- 40 -->
|
||||
<g style="fill: #555555" transform="translate(147.447392 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-34" d="M 2234 1581
|
||||
L 2234 4063
|
||||
L 641 1581
|
||||
L 2234 1581
|
||||
z
|
||||
M 3609 0
|
||||
L 1484 0
|
||||
L 1484 331
|
||||
L 2234 331
|
||||
L 2234 1247
|
||||
L 197 1247
|
||||
L 197 1588
|
||||
L 2241 4750
|
||||
L 2859 4750
|
||||
L 2859 1581
|
||||
L 3750 1581
|
||||
L 3750 1247
|
||||
L 2859 1247
|
||||
L 2859 331
|
||||
L 3609 331
|
||||
L 3609 0
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-34"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_6">
|
||||
<g id="line2d_11">
|
||||
<path d="M 181.26972 119.602242
|
||||
L 181.26972 27.2
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m545c4e44ac" x="181.26972" y="119.602242" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
<!-- 50 -->
|
||||
<g style="fill: #555555" transform="translate(176.17972 132.680992)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-35" d="M 3219 4666
|
||||
L 3219 4153
|
||||
L 1081 4153
|
||||
L 1081 2816
|
||||
Q 1244 2928 1461 2984
|
||||
Q 1678 3041 1947 3041
|
||||
Q 2703 3041 3140 2622
|
||||
Q 3578 2203 3578 1478
|
||||
Q 3578 738 3136 323
|
||||
Q 2694 -91 1894 -91
|
||||
Q 1572 -91 1234 -12
|
||||
Q 897 66 544 225
|
||||
L 544 1131
|
||||
L 897 1131
|
||||
Q 925 688 1179 453
|
||||
Q 1434 219 1894 219
|
||||
Q 2388 219 2653 544
|
||||
Q 2919 869 2919 1478
|
||||
Q 2919 2084 2655 2407
|
||||
Q 2391 2731 1894 2731
|
||||
Q 1613 2731 1398 2631
|
||||
Q 1184 2531 1019 2322
|
||||
L 750 2322
|
||||
L 750 4666
|
||||
L 3219 4666
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-35"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
<!-- $ω$ -->
|
||||
<g style="fill: #555555" transform="translate(105.238901 145.943179)scale(0.1 -0.1)">
|
||||
<defs>
|
||||
<path id="DejaVuSans-Oblique-3c9" d="M 1369 -91
|
||||
Q 72 -91 434 1766
|
||||
Q 575 2500 1256 3500
|
||||
L 1875 3500
|
||||
Q 1231 2500 1088 1750
|
||||
Q 819 397 1519 397
|
||||
Q 2166 397 2478 2078
|
||||
L 3009 2078
|
||||
Q 2669 388 3316 397
|
||||
Q 4013 403 4275 1750
|
||||
Q 4419 2500 4169 3500
|
||||
L 4788 3500
|
||||
Q 5075 2500 4934 1766
|
||||
Q 4578 -94 3278 -91
|
||||
Q 2428 -88 2503 844
|
||||
Q 2194 -91 1369 -91
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c9" transform="translate(0 0.3125)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_2">
|
||||
<g id="ytick_1">
|
||||
<g id="line2d_13">
|
||||
<path d="M 30.425 115.40214
|
||||
L 188.452802 115.40214
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<defs>
|
||||
<path id="m4a0b6bf807" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #555555; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m4a0b6bf807" x="30.425" y="115.40214" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
<!-- 0.0 -->
|
||||
<g style="fill: #555555" transform="translate(10.7025 118.441515)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-2e" d="M 603 325
|
||||
Q 603 500 722 622
|
||||
Q 841 744 1019 744
|
||||
Q 1191 744 1312 622
|
||||
Q 1434 500 1434 325
|
||||
Q 1434 153 1312 31
|
||||
Q 1191 -91 1019 -91
|
||||
Q 841 -91 722 29
|
||||
Q 603 150 603 325
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
<use xlink:href="#DejaVuSerif-2e" x="63.623047"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="95.410156"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_2">
|
||||
<g id="line2d_15">
|
||||
<path d="M 30.425 92.568007
|
||||
L 188.452802 92.568007
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<g>
|
||||
<use xlink:href="#m4a0b6bf807" x="30.425" y="92.568007" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
<!-- 0.2 -->
|
||||
<g style="fill: #555555" transform="translate(10.7025 95.607382)scale(0.08 -0.08)">
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
<use xlink:href="#DejaVuSerif-2e" x="63.623047"/>
|
||||
<use xlink:href="#DejaVuSerif-32" x="95.410156"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_3">
|
||||
<g id="line2d_17">
|
||||
<path d="M 30.425 69.733874
|
||||
L 188.452802 69.733874
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_18">
|
||||
<g>
|
||||
<use xlink:href="#m4a0b6bf807" x="30.425" y="69.733874" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
<!-- 0.4 -->
|
||||
<g style="fill: #555555" transform="translate(10.7025 72.773249)scale(0.08 -0.08)">
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
<use xlink:href="#DejaVuSerif-2e" x="63.623047"/>
|
||||
<use xlink:href="#DejaVuSerif-34" x="95.410156"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_4">
|
||||
<g id="line2d_19">
|
||||
<path d="M 30.425 46.899742
|
||||
L 188.452802 46.899742
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_20">
|
||||
<g>
|
||||
<use xlink:href="#m4a0b6bf807" x="30.425" y="46.899742" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
<!-- 0.6 -->
|
||||
<g style="fill: #555555" transform="translate(10.7025 49.939117)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-36" d="M 2094 219
|
||||
Q 2534 219 2771 542
|
||||
Q 3009 866 3009 1472
|
||||
Q 3009 2078 2771 2401
|
||||
Q 2534 2725 2094 2725
|
||||
Q 1647 2725 1412 2412
|
||||
Q 1178 2100 1178 1509
|
||||
Q 1178 888 1415 553
|
||||
Q 1653 219 2094 219
|
||||
z
|
||||
M 1075 2569
|
||||
Q 1288 2803 1556 2918
|
||||
Q 1825 3034 2163 3034
|
||||
Q 2859 3034 3264 2615
|
||||
Q 3669 2197 3669 1472
|
||||
Q 3669 763 3233 336
|
||||
Q 2797 -91 2069 -91
|
||||
Q 1278 -91 853 498
|
||||
Q 428 1088 428 2181
|
||||
Q 428 3406 931 4078
|
||||
Q 1434 4750 2350 4750
|
||||
Q 2597 4750 2869 4703
|
||||
Q 3141 4656 3425 4563
|
||||
L 3425 3794
|
||||
L 3072 3794
|
||||
Q 3034 4109 2831 4275
|
||||
Q 2628 4441 2284 4441
|
||||
Q 1678 4441 1381 3981
|
||||
Q 1084 3522 1075 2569
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
<use xlink:href="#DejaVuSerif-2e" x="63.623047"/>
|
||||
<use xlink:href="#DejaVuSerif-36" x="95.410156"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_21">
|
||||
<path d="M 37.608082 115.40214
|
||||
L 38.470915 85.89678
|
||||
L 39.333747 64.618769
|
||||
L 40.052774 51.920513
|
||||
L 40.771802 42.911713
|
||||
L 41.490829 36.900164
|
||||
L 42.066051 33.855589
|
||||
L 42.497467 32.432705
|
||||
L 42.928883 31.642221
|
||||
L 43.216494 31.424693
|
||||
L 43.504105 31.428021
|
||||
L 43.791716 31.63116
|
||||
L 44.223132 32.268216
|
||||
L 44.798354 33.646536
|
||||
L 45.517381 36.048095
|
||||
L 46.524019 40.322798
|
||||
L 48.105879 48.274544
|
||||
L 52.563848 71.377437
|
||||
L 54.433319 79.628596
|
||||
L 56.015179 85.683048
|
||||
L 57.597039 90.895158
|
||||
L 59.178898 95.319733
|
||||
L 60.616953 98.72344
|
||||
L 62.055007 101.604372
|
||||
L 63.493062 104.027174
|
||||
L 64.931116 106.05349
|
||||
L 66.512976 107.892125
|
||||
L 68.094836 109.387217
|
||||
L 69.820501 110.695364
|
||||
L 71.546167 111.729581
|
||||
L 73.415637 112.603358
|
||||
L 75.572719 113.363454
|
||||
L 78.017412 113.984086
|
||||
L 80.89352 114.481291
|
||||
L 84.488657 114.868641
|
||||
L 89.234236 115.144888
|
||||
L 96.424508 115.318276
|
||||
L 110.661247 115.393395
|
||||
L 181.26972 115.40214
|
||||
L 181.26972 115.40214
|
||||
" clip-path="url(#p37d7608363)" style="fill: none; stroke: #e24a33; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 30.425 119.602242
|
||||
L 30.425 27.2
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_4">
|
||||
<path d="M 188.452802 119.602242
|
||||
L 188.452802 27.2
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_5">
|
||||
<path d="M 30.425 119.602242
|
||||
L 188.452802 119.602242
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_6">
|
||||
<path d="M 30.425 27.2
|
||||
L 188.452802 27.2
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="text_12">
|
||||
<!-- $ω_c=2$, $s=1$ -->
|
||||
<g transform="translate(109.438901 58.316808)scale(0.1 -0.1)">
|
||||
<defs>
|
||||
<path id="DejaVuSans-Oblique-63" d="M 3431 3366
|
||||
L 3316 2797
|
||||
Q 3109 2947 2876 3022
|
||||
Q 2644 3097 2394 3097
|
||||
Q 2119 3097 1870 3000
|
||||
Q 1622 2903 1453 2725
|
||||
Q 1184 2453 1037 2087
|
||||
Q 891 1722 891 1331
|
||||
Q 891 859 1127 628
|
||||
Q 1363 397 1844 397
|
||||
Q 2081 397 2348 469
|
||||
Q 2616 541 2906 684
|
||||
L 2797 116
|
||||
Q 2547 13 2283 -39
|
||||
Q 2019 -91 1741 -91
|
||||
Q 1044 -91 669 257
|
||||
Q 294 606 294 1253
|
||||
Q 294 1797 489 2255
|
||||
Q 684 2713 1069 3078
|
||||
Q 1331 3328 1684 3456
|
||||
Q 2038 3584 2456 3584
|
||||
Q 2700 3584 2940 3529
|
||||
Q 3181 3475 3431 3366
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-3d" d="M 678 2906
|
||||
L 4684 2906
|
||||
L 4684 2381
|
||||
L 678 2381
|
||||
L 678 2906
|
||||
z
|
||||
M 678 1631
|
||||
L 4684 1631
|
||||
L 4684 1100
|
||||
L 678 1100
|
||||
L 678 1631
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-32" d="M 1228 531
|
||||
L 3431 531
|
||||
L 3431 0
|
||||
L 469 0
|
||||
L 469 531
|
||||
Q 828 903 1448 1529
|
||||
Q 2069 2156 2228 2338
|
||||
Q 2531 2678 2651 2914
|
||||
Q 2772 3150 2772 3378
|
||||
Q 2772 3750 2511 3984
|
||||
Q 2250 4219 1831 4219
|
||||
Q 1534 4219 1204 4116
|
||||
Q 875 4013 500 3803
|
||||
L 500 4441
|
||||
Q 881 4594 1212 4672
|
||||
Q 1544 4750 1819 4750
|
||||
Q 2544 4750 2975 4387
|
||||
Q 3406 4025 3406 3419
|
||||
Q 3406 3131 3298 2873
|
||||
Q 3191 2616 2906 2266
|
||||
Q 2828 2175 2409 1742
|
||||
Q 1991 1309 1228 531
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSerif-2c" d="M 231 -622
|
||||
Q 525 -406 662 -114
|
||||
Q 800 178 800 594
|
||||
L 800 709
|
||||
L 1416 709
|
||||
Q 1391 175 1164 -208
|
||||
Q 938 -591 481 -872
|
||||
L 231 -622
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSerif-20" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-Oblique-73" d="M 3200 3397
|
||||
L 3091 2853
|
||||
Q 2863 2978 2609 3040
|
||||
Q 2356 3103 2088 3103
|
||||
Q 1634 3103 1373 2948
|
||||
Q 1113 2794 1113 2528
|
||||
Q 1113 2219 1719 2053
|
||||
Q 1766 2041 1788 2034
|
||||
L 1972 1978
|
||||
Q 2547 1819 2739 1644
|
||||
Q 2931 1469 2931 1166
|
||||
Q 2931 609 2489 259
|
||||
Q 2047 -91 1331 -91
|
||||
Q 1053 -91 747 -37
|
||||
Q 441 16 72 128
|
||||
L 184 722
|
||||
Q 500 559 806 475
|
||||
Q 1113 391 1394 391
|
||||
Q 1816 391 2080 572
|
||||
Q 2344 753 2344 1031
|
||||
Q 2344 1331 1650 1516
|
||||
L 1591 1531
|
||||
L 1394 1581
|
||||
Q 956 1697 753 1886
|
||||
Q 550 2075 550 2369
|
||||
Q 550 2928 970 3256
|
||||
Q 1391 3584 2113 3584
|
||||
Q 2397 3584 2667 3537
|
||||
Q 2938 3491 3200 3397
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-31" d="M 794 531
|
||||
L 1825 531
|
||||
L 1825 4091
|
||||
L 703 3866
|
||||
L 703 4441
|
||||
L 1819 4666
|
||||
L 2450 4666
|
||||
L 2450 531
|
||||
L 3481 531
|
||||
L 3481 0
|
||||
L 794 0
|
||||
L 794 531
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c9" transform="translate(0 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-63" transform="translate(83.740234 -15.625)scale(0.7)"/>
|
||||
<use xlink:href="#DejaVuSans-3d" transform="translate(144.443359 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSans-32" transform="translate(247.714844 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSerif-2c" transform="translate(311.337891 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSerif-20" transform="translate(343.125 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-73" transform="translate(374.912109 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSans-3d" transform="translate(446.494141 0.78125)"/>
|
||||
<use xlink:href="#DejaVuSans-31" transform="translate(549.765625 0.78125)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_13">
|
||||
<!-- $J=η e^{-ω/ω_c} ω^s$ -->
|
||||
<g transform="translate(83.798901 21.2)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSans-Oblique-4a" d="M 1069 4666
|
||||
L 1703 4666
|
||||
L 856 325
|
||||
Q 691 -522 298 -901
|
||||
Q -94 -1281 -800 -1281
|
||||
L -1050 -1281
|
||||
L -947 -750
|
||||
L -750 -750
|
||||
Q -328 -750 -109 -509
|
||||
Q 109 -269 225 325
|
||||
L 1069 4666
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-Oblique-3b7" d="M 3703 2113
|
||||
L 3034 -1331
|
||||
L 2459 -1331
|
||||
L 3125 2094
|
||||
Q 3222 2591 3075 2838
|
||||
Q 2931 3084 2544 3084
|
||||
Q 2078 3084 1750 2788
|
||||
Q 1425 2491 1325 1978
|
||||
L 941 0
|
||||
L 363 0
|
||||
L 1044 3500
|
||||
L 1622 3500
|
||||
L 1516 2956
|
||||
Q 1781 3272 2094 3428
|
||||
Q 2403 3584 2769 3584
|
||||
Q 3372 3584 3609 3213
|
||||
Q 3844 2838 3703 2113
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-Oblique-65" d="M 3078 2063
|
||||
Q 3088 2113 3092 2166
|
||||
Q 3097 2219 3097 2272
|
||||
Q 3097 2653 2873 2875
|
||||
Q 2650 3097 2266 3097
|
||||
Q 1838 3097 1509 2826
|
||||
Q 1181 2556 1013 2059
|
||||
L 3078 2063
|
||||
z
|
||||
M 3578 1613
|
||||
L 903 1613
|
||||
Q 884 1494 878 1425
|
||||
Q 872 1356 872 1306
|
||||
Q 872 872 1139 634
|
||||
Q 1406 397 1894 397
|
||||
Q 2269 397 2603 481
|
||||
Q 2938 566 3225 728
|
||||
L 3116 159
|
||||
Q 2806 34 2476 -28
|
||||
Q 2147 -91 1806 -91
|
||||
Q 1078 -91 686 257
|
||||
Q 294 606 294 1247
|
||||
Q 294 1794 489 2264
|
||||
Q 684 2734 1063 3103
|
||||
Q 1306 3334 1642 3459
|
||||
Q 1978 3584 2356 3584
|
||||
Q 2950 3584 3301 3228
|
||||
Q 3653 2872 3653 2272
|
||||
Q 3653 2128 3634 1964
|
||||
Q 3616 1800 3578 1613
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-2212" d="M 678 2272
|
||||
L 4684 2272
|
||||
L 4684 1741
|
||||
L 678 1741
|
||||
L 678 2272
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-2f" d="M 1625 4666
|
||||
L 2156 4666
|
||||
L 531 -594
|
||||
L 0 -594
|
||||
L 1625 4666
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSans-Oblique-4a" transform="translate(0 0.684375)"/>
|
||||
<use xlink:href="#DejaVuSans-3d" transform="translate(48.974609 0.684375)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3b7" transform="translate(152.246094 0.684375)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-65" transform="translate(215.625 0.684375)"/>
|
||||
<use xlink:href="#DejaVuSans-2212" transform="translate(281.798333 38.965625)scale(0.7)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c9" transform="translate(340.450677 38.965625)scale(0.7)"/>
|
||||
<use xlink:href="#DejaVuSans-2f" transform="translate(399.068841 38.965625)scale(0.7)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c9" transform="translate(422.652826 38.965625)scale(0.7)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-63" transform="translate(481.27099 27.48125)scale(0.49)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c9" transform="translate(512.859857 0.684375)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-73" transform="translate(601.066237 38.965625)scale(0.7)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="p37d7608363">
|
||||
<rect x="30.425" y="27.2" width="158.027802" height="92.402242"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 20 KiB |
BIN
talk_short/figs/01/system_energy.pdf
Normal file
39611
talk_short/figs/01/system_energy.pgf
Normal file
9625
talk_short/figs/01/system_energy.svg
Normal file
After Width: | Height: | Size: 402 KiB |
BIN
talk_short/figs/02/flow.pdf
Normal file
27163
talk_short/figs/02/flow.pgf
Normal file
7152
talk_short/figs/02/flow.svg
Normal file
After Width: | Height: | Size: 288 KiB |
BIN
talk_short/figs/02/interaction.pdf
Normal file
52946
talk_short/figs/02/interaction.pgf
Normal file
13377
talk_short/figs/02/interaction.svg
Normal file
After Width: | Height: | Size: 550 KiB |
BIN
talk_short/figs/02/system_energy.pdf
Normal file
26712
talk_short/figs/02/system_energy.pgf
Normal file
6691
talk_short/figs/02/system_energy.svg
Normal file
After Width: | Height: | Size: 276 KiB |
BIN
talk_short/figs/04/e_sys_convergence.pdf
Normal file
1727
talk_short/figs/04/e_sys_convergence.pgf
Normal file
2247
talk_short/figs/04/e_sys_convergence.svg
Normal file
After Width: | Height: | Size: 59 KiB |
BIN
talk_short/figs/04/flow.pdf
Normal file
3371
talk_short/figs/04/flow.pgf
Normal file
1408
talk_short/figs/04/flow.svg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
talk_short/figs/04/flow_comp.pdf
Normal file
3517
talk_short/figs/04/flow_comp.pgf
Normal file
1769
talk_short/figs/04/flow_comp.svg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
talk_short/figs/04/flow_conv.pdf
Normal file
1438
talk_short/figs/04/flow_conv.pgf
Normal file
1838
talk_short/figs/04/flow_conv.svg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
talk_short/figs/04/system_energy.pdf
Normal file
3413
talk_short/figs/04/system_energy.pgf
Normal file
1492
talk_short/figs/04/system_energy.svg
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
talk_short/figs/05/bcf_fits.pdf
Normal file
1093
talk_short/figs/05/bcf_fits.pgf
Normal file
1369
talk_short/figs/05/bcf_fits.svg
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
talk_short/figs/05/cholesky.pdf
Normal file
1242
talk_short/figs/05/cholesky.pgf
Normal file
1259
talk_short/figs/05/cholesky.svg
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
talk_short/figs/05/e_sys_convergence.pdf
Normal file
2499
talk_short/figs/05/e_sys_convergence.pgf
Normal file
2721
talk_short/figs/05/e_sys_convergence.svg
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
talk_short/figs/05/flow.pdf
Normal file
15160
talk_short/figs/05/flow.pgf
Normal file
5582
talk_short/figs/05/flow.svg
Normal file
After Width: | Height: | Size: 195 KiB |
BIN
talk_short/figs/05/flow_0.pdf
Normal file
7928
talk_short/figs/05/flow_0.pgf
Normal file
3305
talk_short/figs/05/flow_0.svg
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
talk_short/figs/05/flow_1.pdf
Normal file
15271
talk_short/figs/05/flow_1.pgf
Normal file
5675
talk_short/figs/05/flow_1.svg
Normal file
After Width: | Height: | Size: 197 KiB |
BIN
talk_short/figs/05/flow_conv.pdf
Normal file
3711
talk_short/figs/05/flow_conv.pgf
Normal file
3970
talk_short/figs/05/flow_conv.svg
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
talk_short/figs/05/flow_conv_0.pdf
Normal file
2308
talk_short/figs/05/flow_conv_0.pgf
Normal file
3019
talk_short/figs/05/flow_conv_0.svg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
talk_short/figs/05/flow_conv_1.pdf
Normal file
2317
talk_short/figs/05/flow_conv_1.pgf
Normal file
3011
talk_short/figs/05/flow_conv_1.svg
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
talk_short/figs/05/norm.pdf
Normal file
723
talk_short/figs/05/norm.pgf
Normal file
|
@ -0,0 +1,723 @@
|
|||
%% Creator: Matplotlib, PGF backend
|
||||
%%
|
||||
%% To include the figure in your LaTeX document, write
|
||||
%% \input{<filename>.pgf}
|
||||
%%
|
||||
%% Make sure the required packages are loaded in your preamble
|
||||
%% \usepackage{pgf}
|
||||
%%
|
||||
%% Also ensure that all the required font packages are loaded; for instance,
|
||||
%% the lmodern package is sometimes necessary when using math font.
|
||||
%% \usepackage{lmodern}
|
||||
%%
|
||||
%% Figures using additional raster images can only be included by \input if
|
||||
%% they are in the same directory as the main LaTeX file. For loading figures
|
||||
%% from other directories you can use the `import` package
|
||||
%% \usepackage{import}
|
||||
%%
|
||||
%% and then include the figures with
|
||||
%% \import{<path to file>}{<filename>.pgf}
|
||||
%%
|
||||
%% Matplotlib used the following preamble
|
||||
%% \usepackage{fontspec}
|
||||
%%
|
||||
\begingroup%
|
||||
\makeatletter%
|
||||
\begin{pgfpicture}%
|
||||
\pgfpathrectangle{\pgfpointorigin}{\pgfqpoint{4.405701in}{1.321710in}}%
|
||||
\pgfusepath{use as bounding box, clip}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.500000,0.500000,0.500000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.405701in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.405701in}{1.321710in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{1.321710in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetmiterjoin%
|
||||
\definecolor{currentfill}{rgb}{0.898039,0.898039,0.898039}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.000000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.000000,0.000000,0.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetstrokeopacity{0.000000}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{1.046710in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.672569in}{1.046710in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.672569in}{0.552778in}}%
|
||||
\pgfpathclose%
|
||||
\pgfusepath{fill}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.835439in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.835439in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.835439in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.835439in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{1.486917in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.486917in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{1.486917in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=1.486917in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 10}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.138396in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.138396in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.138396in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.138396in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 20}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{2.789874in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.789874in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{2.789874in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.789874in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 30}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{3.441353in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.441353in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{3.441353in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=3.441353in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 40}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{4.092831in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.092831in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{0.000000in}{-0.048611in}}{\pgfqpoint{0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.000000in}{-0.048611in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{4.092831in}{0.552778in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=4.092831in,y=0.455556in,,top]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 50}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=2.464135in,y=0.301333in,,top]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle τ\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{0.581590in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{0.581590in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.672569in}{0.581590in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.516347in, y=0.543034in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 0}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{0.930821in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{0.930821in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetbuttcap%
|
||||
\pgfsetroundjoin%
|
||||
\definecolor{currentfill}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetfillcolor{currentfill}%
|
||||
\pgfsetlinewidth{0.803000pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfsys@defobject{currentmarker}{\pgfqpoint{-0.048611in}{0.000000in}}{\pgfqpoint{-0.000000in}{0.000000in}}{%
|
||||
\pgfpathmoveto{\pgfqpoint{-0.000000in}{0.000000in}}%
|
||||
\pgfpathlineto{\pgfqpoint{-0.048611in}{0.000000in}}%
|
||||
\pgfusepath{stroke,fill}%
|
||||
}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsys@transformshift{0.672569in}{0.930821in}%
|
||||
\pgfsys@useobject{currentmarker}{}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.516347in, y=0.892266in, left, base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 1}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.460792in,y=0.799744in,,bottom,rotate=90.000000]{\color{textcolor}\rmfamily\fontsize{10.000000}{12.000000}\selectfont \(\displaystyle ||ψ|| - 1\)}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\definecolor{textcolor}{rgb}{0.333333,0.333333,0.333333}%
|
||||
\pgfsetstrokecolor{textcolor}%
|
||||
\pgfsetfillcolor{textcolor}%
|
||||
\pgftext[x=0.672569in,y=1.088377in,left,base]{\color{textcolor}\rmfamily\fontsize{8.000000}{9.600000}\selectfont 1e\ensuremath{-}6}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfpathrectangle{\pgfqpoint{0.672569in}{0.552778in}}{\pgfqpoint{3.583131in}{0.493932in}}%
|
||||
\pgfusepath{clip}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetroundjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{0.886275,0.290196,0.200000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.835439in}{0.581590in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.841980in}{0.662195in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.848521in}{1.024259in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.855062in}{0.992135in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.868144in}{0.855659in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.881226in}{0.765163in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.894308in}{0.704526in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.907389in}{0.664121in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.920471in}{0.636882in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.933553in}{0.618910in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.946635in}{0.606588in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.959717in}{0.598221in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.966258in}{0.594681in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.012045in}{0.585669in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.018586in}{0.585664in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.031667in}{0.583887in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.070913in}{0.580890in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.077454in}{0.582831in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.116700in}{0.583886in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.123241in}{0.581314in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.129782in}{0.581911in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.136323in}{0.580877in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.142864in}{0.582900in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.162486in}{0.581544in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.175568in}{0.584188in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.182109in}{0.581801in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.188650in}{0.583730in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.201732in}{0.579355in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.208273in}{0.582050in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.214814in}{0.579279in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.240978in}{0.582130in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.254060in}{0.581507in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.293305in}{0.584419in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.306387in}{0.581590in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.312928in}{0.582546in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.326010in}{0.581113in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.345633in}{0.582356in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.352174in}{0.579736in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.358715in}{0.583057in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.371797in}{0.582856in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.378338in}{0.583845in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.384879in}{0.582298in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.391420in}{0.582526in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.397961in}{0.580033in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.404502in}{0.582074in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.417583in}{0.582188in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.424124in}{0.582203in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.430665in}{0.578814in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.437206in}{0.581973in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.443747in}{0.582272in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.450288in}{0.580525in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.515698in}{0.583922in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.522239in}{0.582742in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.528780in}{0.583222in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.535321in}{0.581501in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.554943in}{0.583526in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.561484in}{0.582325in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.574566in}{0.584647in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.581107in}{0.579691in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.587648in}{0.582890in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.600730in}{0.582406in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.607271in}{0.584842in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.613812in}{0.582066in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.620353in}{0.582195in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.626894in}{0.580774in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.633435in}{0.582404in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.646517in}{0.580853in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.653058in}{0.585419in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.666139in}{0.578951in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.672680in}{0.582529in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.679221in}{0.583929in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.685762in}{0.582301in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.692303in}{0.583855in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.698844in}{0.580649in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.725008in}{0.583842in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.731549in}{0.582407in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.738090in}{0.583556in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.757713in}{0.582175in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.790417in}{0.583643in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.796958in}{0.582029in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.849286in}{0.584805in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.855827in}{0.582266in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.862368in}{0.583323in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.868909in}{0.581865in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.881991in}{0.582380in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.888532in}{0.581296in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.901614in}{0.583833in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.914695in}{0.582377in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.980105in}{0.582728in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.986646in}{0.579429in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.993187in}{0.580294in}}%
|
||||
\pgfpathlineto{\pgfqpoint{1.999728in}{0.583136in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.012810in}{0.583977in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.019351in}{0.588760in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.025892in}{0.582011in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.038974in}{0.582655in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.045514in}{0.580058in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.052055in}{0.583311in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.065137in}{0.584147in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.084760in}{0.579449in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.091301in}{0.581787in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.110924in}{0.582720in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.124006in}{0.582720in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.137088in}{0.582499in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.143629in}{0.581997in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.156711in}{0.584822in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.163252in}{0.582543in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.169792in}{0.582452in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.176333in}{0.585338in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.182874in}{0.581614in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.202497in}{0.582148in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.209038in}{0.581295in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.222120in}{0.582432in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.241743in}{0.581731in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.261366in}{0.583716in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.267907in}{0.582227in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.280989in}{0.582564in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.294070in}{0.582462in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.300611in}{0.583489in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.313693in}{0.582426in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.339857in}{0.581353in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.346398in}{0.582811in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.352939in}{0.581611in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.359480in}{0.582817in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.366021in}{0.581868in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.372562in}{0.583062in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.379103in}{0.582045in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.398726in}{0.582558in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.411808in}{0.581687in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.437971in}{0.582111in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.451053in}{0.580887in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.457594in}{0.583025in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.477217in}{0.581912in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.483758in}{0.583461in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.516463in}{0.582075in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.529545in}{0.582806in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.575331in}{0.583104in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.581872in}{0.580724in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.588413in}{0.582697in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.601495in}{0.580893in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.614577in}{0.579832in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.621118in}{0.577240in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.627659in}{0.581642in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.634200in}{0.580716in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.647282in}{0.585890in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.653823in}{0.583502in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.660364in}{0.585558in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.666905in}{0.585342in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.673445in}{0.582449in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.679986in}{0.585214in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.686527in}{0.590862in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.693068in}{0.582898in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.699609in}{0.586143in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.712691in}{0.579889in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.719232in}{0.582173in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.725773in}{0.582544in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.732314in}{0.579428in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.745396in}{0.584426in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.751937in}{0.577852in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.758478in}{0.583316in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.784642in}{0.583058in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.791183in}{0.586940in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.797724in}{0.583363in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.804264in}{0.586163in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.836969in}{0.583519in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.850051in}{0.586361in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.856592in}{0.586287in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.863133in}{0.584347in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.869674in}{0.586068in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.876215in}{0.602633in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.882756in}{0.587381in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.895838in}{0.584928in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.902379in}{0.585103in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.908920in}{0.587142in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.915461in}{0.583941in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.922002in}{0.583439in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.928542in}{0.579327in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.935083in}{0.584481in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.941624in}{0.582560in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.948165in}{0.585849in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.954706in}{0.581370in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.967788in}{0.584695in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.987411in}{0.582344in}}%
|
||||
\pgfpathlineto{\pgfqpoint{2.993952in}{0.588806in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.000493in}{0.584392in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.007034in}{0.586384in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.020116in}{0.583504in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.026657in}{0.584354in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.033198in}{0.583064in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.059361in}{0.583851in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.065902in}{0.583277in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.072443in}{0.580366in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.078984in}{0.584530in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.085525in}{0.579548in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.105148in}{0.583644in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.111689in}{0.579503in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.118230in}{0.582610in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.124771in}{0.575229in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.131312in}{0.583366in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.137853in}{0.582377in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.144394in}{0.585496in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.150935in}{0.582857in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.164017in}{0.583232in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.170558in}{0.579175in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.177098in}{0.582493in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.183639in}{0.580761in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.190180in}{0.582722in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.222885in}{0.583444in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.229426in}{0.579785in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.235967in}{0.582889in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.242508in}{0.581836in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.249049in}{0.583540in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.268672in}{0.584046in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.275213in}{0.581641in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.281754in}{0.581581in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.288295in}{0.585336in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.294836in}{0.580772in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.301377in}{0.582481in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.307917in}{0.582076in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.314458in}{0.583622in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.334081in}{0.581347in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.353704in}{0.584381in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.366786in}{0.581939in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.379868in}{0.582642in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.386409in}{0.580861in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.392950in}{0.583413in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.406032in}{0.582538in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.412573in}{0.585728in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.419114in}{0.582448in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.425655in}{0.581554in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.432195in}{0.582408in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.438736in}{0.579726in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.445277in}{0.582446in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.484523in}{0.582252in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.491064in}{0.584734in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.497605in}{0.582658in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.510687in}{0.582210in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.536851in}{0.581061in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.549933in}{0.583082in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.602260in}{0.582118in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.608801in}{0.579858in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.615342in}{0.582393in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.621883in}{0.579313in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.628424in}{0.582532in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.634965in}{0.577532in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.641506in}{0.585939in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.648047in}{0.583561in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.687292in}{0.579127in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.693833in}{0.582549in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.733079in}{0.582443in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.739620in}{0.578591in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.746161in}{0.579126in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.752702in}{0.581654in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.785407in}{0.582597in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.811570in}{0.580985in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.818111in}{0.581984in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.824652in}{0.579952in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.831193in}{0.582558in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.876980in}{0.582409in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.883521in}{0.583068in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.896603in}{0.580765in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.903144in}{0.582379in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.916226in}{0.582038in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.922767in}{0.584318in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.929308in}{0.582664in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.935848in}{0.586768in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.942389in}{0.582662in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.948930in}{0.583881in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.955471in}{0.581973in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.962012in}{0.586144in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.968553in}{0.581686in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.975094in}{0.582120in}}%
|
||||
\pgfpathlineto{\pgfqpoint{3.988176in}{0.580363in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.001258in}{0.582242in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.007799in}{0.577997in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.014340in}{0.582103in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.020881in}{0.577400in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.027422in}{0.582692in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.092831in}{0.582147in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.092831in}{0.582147in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{0.672569in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{4.255701in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{0.552778in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{0.552778in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\begin{pgfscope}%
|
||||
\pgfsetrectcap%
|
||||
\pgfsetmiterjoin%
|
||||
\pgfsetlinewidth{1.003750pt}%
|
||||
\definecolor{currentstroke}{rgb}{1.000000,1.000000,1.000000}%
|
||||
\pgfsetstrokecolor{currentstroke}%
|
||||
\pgfsetdash{}{0pt}%
|
||||
\pgfpathmoveto{\pgfqpoint{0.672569in}{1.046710in}}%
|
||||
\pgfpathlineto{\pgfqpoint{4.255701in}{1.046710in}}%
|
||||
\pgfusepath{stroke}%
|
||||
\end{pgfscope}%
|
||||
\end{pgfpicture}%
|
||||
\makeatother%
|
||||
\endgroup%
|
833
talk_short/figs/05/norm.svg
Normal file
|
@ -0,0 +1,833 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="317.210461pt" height="95.163138pt" viewBox="0 0 317.210461 95.163138" xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
<cc:Work>
|
||||
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||
<dc:date>1980-01-01T00:00:00+00:00</dc:date>
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:creator>
|
||||
<cc:Agent>
|
||||
<dc:title>Matplotlib v3.5.1, https://matplotlib.org/</dc:title>
|
||||
</cc:Agent>
|
||||
</dc:creator>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs>
|
||||
<style type="text/css">*{stroke-linejoin: round; stroke-linecap: butt}</style>
|
||||
</defs>
|
||||
<g id="figure_1">
|
||||
<g id="patch_1">
|
||||
<path d="M 0 95.163138
|
||||
L 317.210461 95.163138
|
||||
L 317.210461 0
|
||||
L 0 0
|
||||
z
|
||||
" style="fill: #ffffff"/>
|
||||
</g>
|
||||
<g id="axes_1">
|
||||
<g id="patch_2">
|
||||
<path d="M 48.425 55.363138
|
||||
L 306.410461 55.363138
|
||||
L 306.410461 19.8
|
||||
L 48.425 19.8
|
||||
z
|
||||
" style="fill: #e5e5e5"/>
|
||||
</g>
|
||||
<g id="matplotlib.axis_1">
|
||||
<g id="xtick_1">
|
||||
<g id="line2d_1">
|
||||
<path d="M 60.151612 55.363138
|
||||
L 60.151612 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_2">
|
||||
<defs>
|
||||
<path id="m45e4296008" d="M 0 0
|
||||
L 0 3.5
|
||||
" style="stroke: #555555; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="60.151612" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_1">
|
||||
<!-- 0 -->
|
||||
<g style="fill: #555555" transform="translate(57.606612 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-30" d="M 2034 219
|
||||
Q 2513 219 2750 744
|
||||
Q 2988 1269 2988 2328
|
||||
Q 2988 3391 2750 3916
|
||||
Q 2513 4441 2034 4441
|
||||
Q 1556 4441 1318 3916
|
||||
Q 1081 3391 1081 2328
|
||||
Q 1081 1269 1318 744
|
||||
Q 1556 219 2034 219
|
||||
z
|
||||
M 2034 -91
|
||||
Q 1275 -91 848 546
|
||||
Q 422 1184 422 2328
|
||||
Q 422 3475 848 4112
|
||||
Q 1275 4750 2034 4750
|
||||
Q 2797 4750 3222 4112
|
||||
Q 3647 3475 3647 2328
|
||||
Q 3647 1184 3222 546
|
||||
Q 2797 -91 2034 -91
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_2">
|
||||
<g id="line2d_3">
|
||||
<path d="M 107.058059 55.363138
|
||||
L 107.058059 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_4">
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="107.058059" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_2">
|
||||
<!-- 10 -->
|
||||
<g style="fill: #555555" transform="translate(101.968059 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-31" d="M 909 0
|
||||
L 909 331
|
||||
L 1722 331
|
||||
L 1722 4213
|
||||
L 781 3603
|
||||
L 781 4013
|
||||
L 1919 4750
|
||||
L 2350 4750
|
||||
L 2350 331
|
||||
L 3163 331
|
||||
L 3163 0
|
||||
L 909 0
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-31"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_3">
|
||||
<g id="line2d_5">
|
||||
<path d="M 153.964507 55.363138
|
||||
L 153.964507 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_6">
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="153.964507" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_3">
|
||||
<!-- 20 -->
|
||||
<g style="fill: #555555" transform="translate(148.874507 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-32" d="M 819 3553
|
||||
L 469 3553
|
||||
L 469 4384
|
||||
Q 803 4563 1142 4656
|
||||
Q 1481 4750 1806 4750
|
||||
Q 2534 4750 2956 4397
|
||||
Q 3378 4044 3378 3438
|
||||
Q 3378 2753 2422 1800
|
||||
Q 2347 1728 2309 1691
|
||||
L 1131 513
|
||||
L 3078 513
|
||||
L 3078 1088
|
||||
L 3444 1088
|
||||
L 3444 0
|
||||
L 434 0
|
||||
L 434 341
|
||||
L 1850 1753
|
||||
Q 2319 2222 2519 2614
|
||||
Q 2719 3006 2719 3438
|
||||
Q 2719 3909 2473 4175
|
||||
Q 2228 4441 1797 4441
|
||||
Q 1350 4441 1106 4219
|
||||
Q 863 3997 819 3553
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-32"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_4">
|
||||
<g id="line2d_7">
|
||||
<path d="M 200.870954 55.363138
|
||||
L 200.870954 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_8">
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="200.870954" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_4">
|
||||
<!-- 30 -->
|
||||
<g style="fill: #555555" transform="translate(195.780954 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-33" d="M 622 4469
|
||||
Q 988 4606 1323 4678
|
||||
Q 1659 4750 1953 4750
|
||||
Q 2638 4750 3022 4454
|
||||
Q 3406 4159 3406 3634
|
||||
Q 3406 3213 3140 2930
|
||||
Q 2875 2647 2388 2547
|
||||
Q 2963 2466 3280 2130
|
||||
Q 3597 1794 3597 1259
|
||||
Q 3597 606 3158 257
|
||||
Q 2719 -91 1894 -91
|
||||
Q 1528 -91 1179 -12
|
||||
Q 831 66 488 225
|
||||
L 488 1131
|
||||
L 838 1131
|
||||
Q 869 681 1141 450
|
||||
Q 1413 219 1906 219
|
||||
Q 2384 219 2661 495
|
||||
Q 2938 772 2938 1253
|
||||
Q 2938 1803 2653 2086
|
||||
Q 2369 2369 1819 2369
|
||||
L 1522 2369
|
||||
L 1522 2688
|
||||
L 1678 2688
|
||||
Q 2225 2688 2498 2914
|
||||
Q 2772 3141 2772 3597
|
||||
Q 2772 4006 2547 4223
|
||||
Q 2322 4441 1900 4441
|
||||
Q 1478 4441 1245 4241
|
||||
Q 1013 4041 972 3647
|
||||
L 622 3647
|
||||
L 622 4469
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-33"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_5">
|
||||
<g id="line2d_9">
|
||||
<path d="M 247.777402 55.363138
|
||||
L 247.777402 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_10">
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="247.777402" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_5">
|
||||
<!-- 40 -->
|
||||
<g style="fill: #555555" transform="translate(242.687402 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-34" d="M 2234 1581
|
||||
L 2234 4063
|
||||
L 641 1581
|
||||
L 2234 1581
|
||||
z
|
||||
M 3609 0
|
||||
L 1484 0
|
||||
L 1484 331
|
||||
L 2234 331
|
||||
L 2234 1247
|
||||
L 197 1247
|
||||
L 197 1588
|
||||
L 2241 4750
|
||||
L 2859 4750
|
||||
L 2859 1581
|
||||
L 3750 1581
|
||||
L 3750 1247
|
||||
L 2859 1247
|
||||
L 2859 331
|
||||
L 3609 331
|
||||
L 3609 0
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-34"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="xtick_6">
|
||||
<g id="line2d_11">
|
||||
<path d="M 294.683849 55.363138
|
||||
L 294.683849 19.8
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_12">
|
||||
<g>
|
||||
<use xlink:href="#m45e4296008" x="294.683849" y="55.363138" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_6">
|
||||
<!-- 50 -->
|
||||
<g style="fill: #555555" transform="translate(289.593849 68.441888)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-35" d="M 3219 4666
|
||||
L 3219 4153
|
||||
L 1081 4153
|
||||
L 1081 2816
|
||||
Q 1244 2928 1461 2984
|
||||
Q 1678 3041 1947 3041
|
||||
Q 2703 3041 3140 2622
|
||||
Q 3578 2203 3578 1478
|
||||
Q 3578 738 3136 323
|
||||
Q 2694 -91 1894 -91
|
||||
Q 1572 -91 1234 -12
|
||||
Q 897 66 544 225
|
||||
L 544 1131
|
||||
L 897 1131
|
||||
Q 925 688 1179 453
|
||||
Q 1434 219 1894 219
|
||||
Q 2388 219 2653 544
|
||||
Q 2919 869 2919 1478
|
||||
Q 2919 2084 2655 2407
|
||||
Q 2391 2731 1894 2731
|
||||
Q 1613 2731 1398 2631
|
||||
Q 1184 2531 1019 2322
|
||||
L 750 2322
|
||||
L 750 4666
|
||||
L 3219 4666
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-35"/>
|
||||
<use xlink:href="#DejaVuSerif-30" x="63.623047"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_7">
|
||||
<!-- $τ$ -->
|
||||
<g style="fill: #555555" transform="translate(174.36773 81.704076)scale(0.1 -0.1)">
|
||||
<defs>
|
||||
<path id="DejaVuSans-Oblique-3c4" d="M 2103 638
|
||||
Q 2188 488 2525 488
|
||||
L 2800 488
|
||||
L 2706 0
|
||||
L 2363 0
|
||||
Q 1800 0 1600 300
|
||||
Q 1403 606 1534 1269
|
||||
L 1856 2925
|
||||
L 541 2925
|
||||
L 653 3500
|
||||
L 3881 3500
|
||||
L 3769 2925
|
||||
L 2444 2925
|
||||
L 2113 1234
|
||||
Q 2025 781 2103 638
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c4" transform="translate(0 0.3125)"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="matplotlib.axis_2">
|
||||
<g id="ytick_1">
|
||||
<g id="line2d_13">
|
||||
<path d="M 48.425 53.288662
|
||||
L 306.410461 53.288662
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_14">
|
||||
<defs>
|
||||
<path id="m08439a49b0" d="M 0 0
|
||||
L -3.5 0
|
||||
" style="stroke: #555555; stroke-width: 0.8"/>
|
||||
</defs>
|
||||
<g>
|
||||
<use xlink:href="#m08439a49b0" x="48.425" y="53.288662" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_8">
|
||||
<!-- 0 -->
|
||||
<g style="fill: #555555" transform="translate(36.335 56.328037)scale(0.08 -0.08)">
|
||||
<use xlink:href="#DejaVuSerif-30"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="ytick_2">
|
||||
<g id="line2d_15">
|
||||
<path d="M 48.425 28.144012
|
||||
L 306.410461 28.144012
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #ffffff; stroke-width: 0.8; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="line2d_16">
|
||||
<g>
|
||||
<use xlink:href="#m08439a49b0" x="48.425" y="28.144012" style="fill: #555555; stroke: #555555; stroke-width: 0.8"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_9">
|
||||
<!-- 1 -->
|
||||
<g style="fill: #555555" transform="translate(36.335 31.183387)scale(0.08 -0.08)">
|
||||
<use xlink:href="#DejaVuSerif-31"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_10">
|
||||
<!-- $||ψ|| - 1$ -->
|
||||
<g style="fill: #555555" transform="translate(29.935 56.981569)rotate(-90)scale(0.1 -0.1)">
|
||||
<defs>
|
||||
<path id="DejaVuSans-7c" d="M 1344 4891
|
||||
L 1344 -1509
|
||||
L 813 -1509
|
||||
L 813 4891
|
||||
L 1344 4891
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-Oblique-3c8" d="M 1591 -78
|
||||
Q 891 38 616 341
|
||||
Q 278 713 425 1472
|
||||
L 819 3500
|
||||
L 1400 3500
|
||||
L 1009 1494
|
||||
Q 900 922 1119 684
|
||||
Q 1313 478 1691 434
|
||||
L 2284 3500
|
||||
L 2856 3500
|
||||
L 2263 438
|
||||
Q 2681 481 2928 688
|
||||
Q 3247 950 3353 1497
|
||||
L 3741 3500
|
||||
L 4322 3500
|
||||
L 3928 1475
|
||||
Q 3775 688 3300 344
|
||||
Q 2872 34 2163 -75
|
||||
L 1919 -1331
|
||||
L 1347 -1331
|
||||
L 1591 -78
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-2212" d="M 678 2272
|
||||
L 4684 2272
|
||||
L 4684 1741
|
||||
L 678 1741
|
||||
L 678 2272
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSans-31" d="M 794 531
|
||||
L 1825 531
|
||||
L 1825 4091
|
||||
L 703 3866
|
||||
L 703 4441
|
||||
L 1819 4666
|
||||
L 2450 4666
|
||||
L 2450 531
|
||||
L 3481 531
|
||||
L 3481 0
|
||||
L 794 0
|
||||
L 794 531
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSans-7c" transform="translate(0 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-7c" transform="translate(33.691406 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-Oblique-3c8" transform="translate(67.382812 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-7c" transform="translate(133.349609 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-7c" transform="translate(167.041016 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-2212" transform="translate(220.214844 0.578125)"/>
|
||||
<use xlink:href="#DejaVuSans-31" transform="translate(323.486328 0.578125)"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="text_11">
|
||||
<!-- 1e−6 -->
|
||||
<g style="fill: #555555" transform="translate(48.425 16.8)scale(0.08 -0.08)">
|
||||
<defs>
|
||||
<path id="DejaVuSerif-65" d="M 3469 1600
|
||||
L 991 1600
|
||||
L 991 1575
|
||||
Q 991 903 1244 561
|
||||
Q 1497 219 1991 219
|
||||
Q 2369 219 2611 417
|
||||
Q 2853 616 2950 1006
|
||||
L 3413 1006
|
||||
Q 3275 459 2904 184
|
||||
Q 2534 -91 1931 -91
|
||||
Q 1203 -91 761 389
|
||||
Q 319 869 319 1663
|
||||
Q 319 2450 753 2931
|
||||
Q 1188 3413 1894 3413
|
||||
Q 2647 3413 3050 2948
|
||||
Q 3453 2484 3469 1600
|
||||
z
|
||||
M 2791 1931
|
||||
Q 2772 2513 2545 2808
|
||||
Q 2319 3103 1894 3103
|
||||
Q 1497 3103 1269 2806
|
||||
Q 1041 2509 991 1931
|
||||
L 2791 1931
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSerif-2212" d="M 678 2259
|
||||
L 4684 2259
|
||||
L 4684 1753
|
||||
L 678 1753
|
||||
L 678 2259
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
<path id="DejaVuSerif-36" d="M 2094 219
|
||||
Q 2534 219 2771 542
|
||||
Q 3009 866 3009 1472
|
||||
Q 3009 2078 2771 2401
|
||||
Q 2534 2725 2094 2725
|
||||
Q 1647 2725 1412 2412
|
||||
Q 1178 2100 1178 1509
|
||||
Q 1178 888 1415 553
|
||||
Q 1653 219 2094 219
|
||||
z
|
||||
M 1075 2569
|
||||
Q 1288 2803 1556 2918
|
||||
Q 1825 3034 2163 3034
|
||||
Q 2859 3034 3264 2615
|
||||
Q 3669 2197 3669 1472
|
||||
Q 3669 763 3233 336
|
||||
Q 2797 -91 2069 -91
|
||||
Q 1278 -91 853 498
|
||||
Q 428 1088 428 2181
|
||||
Q 428 3406 931 4078
|
||||
Q 1434 4750 2350 4750
|
||||
Q 2597 4750 2869 4703
|
||||
Q 3141 4656 3425 4563
|
||||
L 3425 3794
|
||||
L 3072 3794
|
||||
Q 3034 4109 2831 4275
|
||||
Q 2628 4441 2284 4441
|
||||
Q 1678 4441 1381 3981
|
||||
Q 1084 3522 1075 2569
|
||||
z
|
||||
" transform="scale(0.015625)"/>
|
||||
</defs>
|
||||
<use xlink:href="#DejaVuSerif-31"/>
|
||||
<use xlink:href="#DejaVuSerif-65" x="63.623047"/>
|
||||
<use xlink:href="#DejaVuSerif-2212" x="122.802734"/>
|
||||
<use xlink:href="#DejaVuSerif-36" x="206.591797"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g id="line2d_17">
|
||||
<path d="M 60.151612 53.288662
|
||||
L 60.62256 47.485078
|
||||
L 61.093508 21.416506
|
||||
L 61.564457 23.729414
|
||||
L 62.506353 33.555694
|
||||
L 63.44825 40.071377
|
||||
L 64.390146 44.437271
|
||||
L 65.332043 47.346407
|
||||
L 66.273939 49.307636
|
||||
L 67.215836 50.601648
|
||||
L 68.157732 51.488792
|
||||
L 69.099629 52.091192
|
||||
L 69.570577 52.346135
|
||||
L 72.867215 52.995002
|
||||
L 73.338163 52.995341
|
||||
L 74.28006 53.123245
|
||||
L 77.105749 53.339062
|
||||
L 77.576698 53.199335
|
||||
L 80.402387 53.123316
|
||||
L 80.873336 53.308553
|
||||
L 81.344284 53.265524
|
||||
L 81.815232 53.33999
|
||||
L 82.28618 53.194308
|
||||
L 83.699025 53.291989
|
||||
L 84.640922 53.101636
|
||||
L 85.11187 53.2735
|
||||
L 85.582818 53.13461
|
||||
L 86.524715 53.449542
|
||||
L 86.995663 53.255539
|
||||
L 87.466611 53.455023
|
||||
L 89.350404 53.249748
|
||||
L 90.292301 53.294618
|
||||
L 93.117991 53.084956
|
||||
L 94.059887 53.288628
|
||||
L 94.530835 53.219827
|
||||
L 95.472732 53.323017
|
||||
L 96.885577 53.233485
|
||||
L 97.356525 53.42213
|
||||
L 97.827473 53.18307
|
||||
L 98.76937 53.197494
|
||||
L 99.240318 53.126286
|
||||
L 99.711266 53.237704
|
||||
L 100.182215 53.221299
|
||||
L 100.653163 53.400736
|
||||
L 101.124111 53.253789
|
||||
L 102.066008 53.245572
|
||||
L 102.536956 53.244545
|
||||
L 103.007904 53.488516
|
||||
L 103.478852 53.26111
|
||||
L 103.949801 53.23954
|
||||
L 104.420749 53.365369
|
||||
L 109.130232 53.120788
|
||||
L 109.60118 53.205681
|
||||
L 110.072128 53.171185
|
||||
L 110.543076 53.295052
|
||||
L 111.955921 53.149268
|
||||
L 112.42687 53.235744
|
||||
L 113.368766 53.068543
|
||||
L 113.839714 53.425422
|
||||
L 114.310663 53.195074
|
||||
L 115.252559 53.229881
|
||||
L 115.723507 53.054523
|
||||
L 116.194456 53.254351
|
||||
L 116.665404 53.24511
|
||||
L 117.136352 53.347386
|
||||
L 117.6073 53.230037
|
||||
L 118.549197 53.34173
|
||||
L 119.020145 53.012965
|
||||
L 119.962042 53.478662
|
||||
L 120.43299 53.221039
|
||||
L 120.903938 53.120263
|
||||
L 121.374887 53.237495
|
||||
L 121.845835 53.125574
|
||||
L 122.316783 53.356422
|
||||
L 124.200576 53.126535
|
||||
L 124.671524 53.229818
|
||||
L 125.142473 53.147105
|
||||
L 126.555318 53.246567
|
||||
L 128.910059 53.140808
|
||||
L 129.381007 53.257024
|
||||
L 133.148593 53.05717
|
||||
L 133.619542 53.239962
|
||||
L 134.09049 53.163872
|
||||
L 134.561438 53.268825
|
||||
L 135.503335 53.231803
|
||||
L 135.974283 53.309815
|
||||
L 136.916179 53.127134
|
||||
L 137.858076 53.232004
|
||||
L 142.567559 53.206715
|
||||
L 143.038507 53.444227
|
||||
L 143.509455 53.382006
|
||||
L 143.980403 53.17733
|
||||
L 144.9223 53.116773
|
||||
L 145.393248 52.77242
|
||||
L 145.864196 53.25834
|
||||
L 146.806093 53.211964
|
||||
L 147.277041 53.398991
|
||||
L 147.74799 53.164769
|
||||
L 148.689886 53.104562
|
||||
L 150.102731 53.442836
|
||||
L 150.573679 53.274473
|
||||
L 151.986524 53.207298
|
||||
L 152.92842 53.207289
|
||||
L 153.870317 53.223224
|
||||
L 154.341265 53.259372
|
||||
L 155.283162 53.055958
|
||||
L 155.75411 53.22005
|
||||
L 156.225058 53.226617
|
||||
L 156.696007 53.01877
|
||||
L 157.166955 53.286906
|
||||
L 158.5798 53.248476
|
||||
L 159.050748 53.309907
|
||||
L 159.992644 53.228036
|
||||
L 161.405489 53.278526
|
||||
L 162.818334 53.135605
|
||||
L 163.289282 53.242773
|
||||
L 164.231179 53.218553
|
||||
L 165.173075 53.225879
|
||||
L 165.644024 53.15192
|
||||
L 166.58592 53.228465
|
||||
L 168.469713 53.305687
|
||||
L 168.940662 53.200772
|
||||
L 169.41161 53.287142
|
||||
L 169.882558 53.200287
|
||||
L 170.353506 53.268673
|
||||
L 170.824455 53.182692
|
||||
L 171.295403 53.255863
|
||||
L 172.708248 53.21896
|
||||
L 173.650144 53.281657
|
||||
L 175.533937 53.251136
|
||||
L 176.475834 53.339243
|
||||
L 176.946782 53.185334
|
||||
L 178.359627 53.265484
|
||||
L 178.830575 53.153949
|
||||
L 181.185317 53.253756
|
||||
L 182.127213 53.201091
|
||||
L 185.423851 53.179639
|
||||
L 185.894799 53.351045
|
||||
L 186.365747 53.208932
|
||||
L 187.307644 53.338878
|
||||
L 188.249541 53.415236
|
||||
L 188.720489 53.601852
|
||||
L 189.191437 53.284949
|
||||
L 189.662385 53.35156
|
||||
L 190.604282 52.97904
|
||||
L 191.07523 53.150997
|
||||
L 191.546178 53.002994
|
||||
L 192.017127 53.018521
|
||||
L 192.488075 53.226794
|
||||
L 192.959023 53.027749
|
||||
L 193.429971 52.621075
|
||||
L 193.90092 53.194447
|
||||
L 194.371868 52.960828
|
||||
L 195.313765 53.411127
|
||||
L 195.784713 53.246647
|
||||
L 196.255661 53.220003
|
||||
L 196.726609 53.444347
|
||||
L 197.668506 53.08448
|
||||
L 198.139454 53.557777
|
||||
L 198.610402 53.164378
|
||||
L 200.494195 53.182947
|
||||
L 200.965144 52.903439
|
||||
L 201.436092 53.161028
|
||||
L 201.90704 52.959431
|
||||
L 204.261782 53.149784
|
||||
L 205.203678 52.945141
|
||||
L 205.674626 52.950495
|
||||
L 206.145575 53.090155
|
||||
L 206.616523 52.966225
|
||||
L 207.087471 51.773582
|
||||
L 207.558419 52.871738
|
||||
L 208.500316 53.048343
|
||||
L 208.971264 53.035708
|
||||
L 209.442213 52.888905
|
||||
L 209.913161 53.119353
|
||||
L 210.384109 53.155547
|
||||
L 210.855057 53.451621
|
||||
L 211.326006 53.080498
|
||||
L 211.796954 53.218822
|
||||
L 212.267902 52.982042
|
||||
L 212.73885 53.304513
|
||||
L 213.680747 53.065072
|
||||
L 215.093592 53.234377
|
||||
L 215.56454 52.769126
|
||||
L 216.035488 53.086891
|
||||
L 216.506437 52.943483
|
||||
L 217.448333 53.15083
|
||||
L 217.919281 53.08966
|
||||
L 218.39023 53.182548
|
||||
L 220.274023 53.125848
|
||||
L 220.744971 53.167221
|
||||
L 221.215919 53.376774
|
||||
L 221.686868 53.076971
|
||||
L 222.157816 53.435662
|
||||
L 223.570661 53.140755
|
||||
L 224.041609 53.4389
|
||||
L 224.512557 53.215221
|
||||
L 224.983505 53.746632
|
||||
L 225.454454 53.160759
|
||||
L 225.925402 53.232017
|
||||
L 226.39635 53.007393
|
||||
L 226.867298 53.197421
|
||||
L 227.809195 53.170435
|
||||
L 228.280143 53.462531
|
||||
L 228.751092 53.223616
|
||||
L 229.22204 53.348325
|
||||
L 229.692988 53.207162
|
||||
L 232.047729 53.155194
|
||||
L 232.518678 53.418629
|
||||
L 232.989626 53.195136
|
||||
L 233.460574 53.270973
|
||||
L 233.931522 53.148226
|
||||
L 235.344367 53.111835
|
||||
L 235.815316 53.284982
|
||||
L 236.286264 53.289272
|
||||
L 236.757212 53.01894
|
||||
L 237.22816 53.347552
|
||||
L 237.699109 53.224519
|
||||
L 238.170057 53.253635
|
||||
L 238.641005 53.142334
|
||||
L 240.05385 53.30612
|
||||
L 241.466695 53.087699
|
||||
L 242.408591 53.263527
|
||||
L 243.350488 53.212909
|
||||
L 243.821436 53.341122
|
||||
L 244.292384 53.15737
|
||||
L 245.234281 53.220431
|
||||
L 245.705229 52.99072
|
||||
L 246.176177 53.226877
|
||||
L 246.647126 53.291273
|
||||
L 247.118074 53.229789
|
||||
L 247.589022 53.422847
|
||||
L 248.05997 53.227051
|
||||
L 250.88566 53.240964
|
||||
L 251.356608 53.062255
|
||||
L 251.827557 53.211762
|
||||
L 252.769453 53.244048
|
||||
L 254.653246 53.32674
|
||||
L 255.595143 53.181253
|
||||
L 259.362729 53.25064
|
||||
L 259.833677 53.413344
|
||||
L 260.304625 53.230852
|
||||
L 260.775574 53.45259
|
||||
L 261.246522 53.220804
|
||||
L 261.71747 53.580815
|
||||
L 262.188418 52.975506
|
||||
L 262.659367 53.146766
|
||||
L 265.485056 53.466004
|
||||
L 265.956005 53.219636
|
||||
L 268.781694 53.227272
|
||||
L 269.252642 53.504593
|
||||
L 269.723591 53.46608
|
||||
L 270.194539 53.284034
|
||||
L 272.54928 53.216119
|
||||
L 274.433073 53.332189
|
||||
L 274.904022 53.260297
|
||||
L 275.37497 53.406559
|
||||
L 275.845918 53.218998
|
||||
L 279.142556 53.229686
|
||||
L 279.613504 53.18223
|
||||
L 280.555401 53.348035
|
||||
L 281.026349 53.231815
|
||||
L 281.968246 53.256379
|
||||
L 282.439194 53.092238
|
||||
L 282.910142 53.211299
|
||||
L 283.381091 52.915836
|
||||
L 283.852039 53.211492
|
||||
L 284.322987 53.123716
|
||||
L 284.793935 53.261046
|
||||
L 285.264884 52.960761
|
||||
L 285.735832 53.281771
|
||||
L 286.20678 53.250518
|
||||
L 287.148677 53.376993
|
||||
L 288.090573 53.24169
|
||||
L 288.561521 53.547347
|
||||
L 289.03247 53.251741
|
||||
L 289.503418 53.590356
|
||||
L 289.974366 53.209291
|
||||
L 294.683849 53.248526
|
||||
L 294.683849 53.248526
|
||||
" clip-path="url(#pc18404fbff)" style="fill: none; stroke: #e24a33; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_3">
|
||||
<path d="M 48.425 55.363138
|
||||
L 48.425 19.8
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_4">
|
||||
<path d="M 306.410461 55.363138
|
||||
L 306.410461 19.8
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_5">
|
||||
<path d="M 48.425 55.363138
|
||||
L 306.410461 55.363138
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
<g id="patch_6">
|
||||
<path d="M 48.425 19.8
|
||||
L 306.410461 19.8
|
||||
" style="fill: none; stroke: #ffffff; stroke-linejoin: miter; stroke-linecap: square"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="pc18404fbff">
|
||||
<rect x="48.425" y="19.8" width="257.985461" height="35.563138"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 21 KiB |
BIN
talk_short/figs/05/system_energy.pdf
Normal file
7943
talk_short/figs/05/system_energy.pgf
Normal file
3239
talk_short/figs/05/system_energy.svg
Normal file
After Width: | Height: | Size: 107 KiB |
BIN
talk_short/figs/06/convergence.pdf
Normal file
3236
talk_short/figs/06/convergence.pgf
Normal file
3475
talk_short/figs/06/convergence.svg
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
talk_short/figs/Logo_TU_Dresden.pdf
Normal file
BIN
talk_short/figs/analytic_comp/analytical_terms_important.pdf
Normal file
BIN
talk_short/figs/analytic_comp/bcf_decay.pdf
Normal file
140
talk_short/figs/analytic_comp/bcf_decay.tex
Normal file
|
@ -0,0 +1,140 @@
|
|||
% This file was created with tikzplotlib v0.10.1.
|
||||
\begin{tikzpicture}
|
||||
|
||||
\definecolor{darkgray176}{RGB}{176,176,176}
|
||||
\definecolor{darkorange25512714}{RGB}{255,127,14}
|
||||
\definecolor{lightgray204}{RGB}{204,204,204}
|
||||
\definecolor{steelblue31119180}{RGB}{31,119,180}
|
||||
|
||||
\begin{axis}[
|
||||
height=\figH,
|
||||
legend cell align={left},
|
||||
legend style={fill opacity=0.8, draw opacity=1, text opacity=1, draw=lightgray204},
|
||||
log basis x={10},
|
||||
log basis y={10},
|
||||
tick align=outside,
|
||||
tick pos=left,
|
||||
width=\figW,
|
||||
x grid style={darkgray176},
|
||||
xlabel={\(\displaystyle \tau\)},
|
||||
xmin=0.0707945784384138, xmax=141.253754462275,
|
||||
xmode=log,
|
||||
xtick style={color=black},
|
||||
xtick={0.001,0.01,0.1,1,10,100,1000,10000},
|
||||
xticklabels={
|
||||
\(\displaystyle {10^{-3}}\),
|
||||
\(\displaystyle {10^{-2}}\),
|
||||
\(\displaystyle {10^{-1}}\),
|
||||
\(\displaystyle {10^{0}}\),
|
||||
\(\displaystyle {10^{1}}\),
|
||||
\(\displaystyle {10^{2}}\),
|
||||
\(\displaystyle {10^{3}}\),
|
||||
\(\displaystyle {10^{4}}\)
|
||||
},
|
||||
y grid style={darkgray176},
|
||||
ylabel={\(\displaystyle |\alpha(\tau)|\)},
|
||||
ymin=2.25169226366166e-06, ymax=0.619147937939852,
|
||||
ymode=log,
|
||||
ytick style={color=black},
|
||||
ytick={1e-07,1e-06,1e-05,0.0001,0.001,0.01,0.1,1,10},
|
||||
yticklabels={
|
||||
\(\displaystyle {10^{-7}}\),
|
||||
\(\displaystyle {10^{-6}}\),
|
||||
\(\displaystyle {10^{-5}}\),
|
||||
\(\displaystyle {10^{-4}}\),
|
||||
\(\displaystyle {10^{-3}}\),
|
||||
\(\displaystyle {10^{-2}}\),
|
||||
\(\displaystyle {10^{-1}}\),
|
||||
\(\displaystyle {10^{0}}\),
|
||||
\(\displaystyle {10^{1}}\)
|
||||
}
|
||||
]
|
||||
\addplot [very thin, steelblue31119180]
|
||||
table {%
|
||||
0.100000001490116 0.350392043590546
|
||||
0.118051640689373 0.344594210386276
|
||||
0.135560184717178 0.338259786367416
|
||||
0.1535275131464 0.331113487482071
|
||||
0.172678083181381 0.322873294353485
|
||||
0.191550090909004 0.314225733280182
|
||||
0.211020365357399 0.304862529039383
|
||||
0.230867817997932 0.294965773820877
|
||||
0.252582013607025 0.283855527639389
|
||||
0.274434328079224 0.272501945495605
|
||||
0.29817721247673 0.260104954242706
|
||||
0.321741849184036 0.247862085700035
|
||||
0.347168624401093 0.234842285513878
|
||||
0.374605029821396 0.221136122941971
|
||||
0.404209583997726 0.206861838698387
|
||||
0.436153769493103 0.192162871360779
|
||||
0.470622450113297 0.177203461527824
|
||||
0.50781512260437 0.162162244319916
|
||||
0.547947287559509 0.147224903106689
|
||||
0.591250836849213 0.132576137781143
|
||||
0.637976706027985 0.118391141295433
|
||||
0.688395142555237 0.104828864336014
|
||||
0.747952163219452 0.0909036248922348
|
||||
0.8126620054245 0.0780229121446609
|
||||
0.882970035076141 0.0662879720330238
|
||||
0.966017484664917 0.0549374520778656
|
||||
1.05687594413757 0.0450283586978912
|
||||
1.17238163948059 0.0353558026254177
|
||||
1.32777094841003 0.0260966345667839
|
||||
1.81241738796234 0.0121243027970195
|
||||
1.99664270877838 0.00971182063221931
|
||||
2.19959330558777 0.00787647254765034
|
||||
2.43998622894287 0.0063685062341392
|
||||
2.80186629295349 0.00485503114759922
|
||||
4.83821058273315 0.00167939730454236
|
||||
7.68928480148315 0.000670014414936304
|
||||
21.2484550476074 8.80772568052635e-05
|
||||
100 3.97877238356159e-06
|
||||
};
|
||||
\addlegendentry{$T=1$}
|
||||
\addplot [very thin, darkorange25512714]
|
||||
table {%
|
||||
0.100000001490116 0.306067138910294
|
||||
0.118870787322521 0.301281154155731
|
||||
0.137447878718376 0.295945942401886
|
||||
0.156745538115501 0.289826720952988
|
||||
0.176297530531883 0.283112406730652
|
||||
0.196922048926353 0.275565981864929
|
||||
0.21844357252121 0.267291784286499
|
||||
0.240647524595261 0.258442908525467
|
||||
0.263281553983688 0.249211356043816
|
||||
0.288044393062592 0.23899319767952
|
||||
0.312964856624603 0.228705704212189
|
||||
0.340041220188141 0.217645987868309
|
||||
0.369460135698318 0.205892130732536
|
||||
0.401424258947372 0.193552568554878
|
||||
0.436153769493103 0.180763334035873
|
||||
0.473887920379639 0.167683392763138
|
||||
0.514886677265167 0.15448684990406
|
||||
0.559432446956635 0.141354247927666
|
||||
0.607832312583923 0.128462627530098
|
||||
0.665001809597015 0.114958576858044
|
||||
0.732596457004547 0.101153805851936
|
||||
0.807062089443207 0.0882870703935623
|
||||
0.895265758037567 0.0756799131631851
|
||||
1 0.0636619701981544
|
||||
1.13254117965698 0.0519214943051338
|
||||
1.30051136016846 0.0409912280738354
|
||||
1.51418936252594 0.0312955901026726
|
||||
1.81241738796234 0.0225122198462486
|
||||
2.2302234172821 0.015233357436955
|
||||
2.90043020248413 0.00918643362820148
|
||||
4.07014226913452 0.0047322316095233
|
||||
6.69615983963013 0.00176491541787982
|
||||
16.7967472076416 0.00028180907247588
|
||||
100 7.95754749560729e-06
|
||||
};
|
||||
\addlegendentry{$T=0$}
|
||||
\end{axis}
|
||||
|
||||
\draw ({$(current bounding box.south west)!0.5!(current bounding box.south east)$}|-{$(current bounding box.south west)!0.98!(current bounding box.north west)$}) node[
|
||||
scale=0.42,
|
||||
anchor=north,
|
||||
text=black,
|
||||
rotate=0.0
|
||||
]{$\alpha(0)=0.64$, $\omega_c=2$};
|
||||
\end{tikzpicture}
|