Spostamento e pulizia codice

This commit is contained in:
ulaulaman 2020-07-04 00:20:19 +02:00
parent 2c8a9dd20f
commit 7f5c6d49b0
4 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@
\title{Rifrazione e riflessione} \title{Rifrazione e riflessione}
\begin{document} \begin{document}
\tikzset{partial ellipse/.style args = {#1:#2:#3}{insert path={+ (#1:#3) arc (#1:#2:#3)}}} \tikzset{partial ellipse/.style args = {#1:#2:#3}{insert path={+ (#1:#3) arc (#1:#2:#3)}}}
\begin{tikzpicture}%[y=.2cm, x=.7cm,font=\sffamily]%[background rectangle/.style={fill=space},show background rectangle] \begin{tikzpicture}
% %
\draw (-8,8) -- (8,8) -- (8,-8) -- (-8,-8) -- (-8,8); \draw (-8,8) -- (8,8) -- (8,-8) -- (-8,-8) -- (-8,8);
\draw[fill=earth, opacity=0.7] (-8,0) -- (8,0) -- (8,-8) -- (-8,-8) -- (-8,0); \draw[fill=earth, opacity=0.7] (-8,0) -- (8,0) -- (8,-8) -- (-8,-8) -- (-8,0);

View File

@ -8,14 +8,13 @@
\usepackage{fontspec} \usepackage{fontspec}
\setmainfont{Montserrat} \setmainfont{Montserrat}
% %
%source https://tex.stackexchange.com/questions/11368/bell-curve-gaussian-function-normal-distribution-in-tikz-pgf
\usepackage{pgfplots} \usepackage{pgfplots}
\pgfplotsset{width=7cm,compat=1.8} \pgfplotsset{width=7cm,compat=1.8}
\pgfmathdeclarefunction{gauss}{2}{% \pgfmathdeclarefunction{gauss}{2}{%
\pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}% \pgfmathparse{1/(#2*sqrt(2*pi))*exp(-((x-#1)^2)/(2*#2^2))}%
} }
% %
\title{Risposta relativa dei coni} \title{Risposta relativa dei coni dell'occhio}
\begin{document} \begin{document}
\begin{tikzpicture} \begin{tikzpicture}
% %