mirror of
https://github.com/ulaulaman/tikzdraw.git
synced 2025-01-24 02:30:49 +01:00
Spostamento e pulizia codice
This commit is contained in:
parent
2c8a9dd20f
commit
7f5c6d49b0
Binary file not shown.
BIN
physics/pdf/risposta_coni.pdf
Normal file
BIN
physics/pdf/risposta_coni.pdf
Normal file
Binary file not shown.
@ -11,7 +11,7 @@
|
||||
\title{Rifrazione e riflessione}
|
||||
\begin{document}
|
||||
\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[fill=earth, opacity=0.7] (-8,0) -- (8,0) -- (8,-8) -- (-8,-8) -- (-8,0);
|
@ -8,14 +8,13 @@
|
||||
\usepackage{fontspec}
|
||||
\setmainfont{Montserrat}
|
||||
%
|
||||
%source https://tex.stackexchange.com/questions/11368/bell-curve-gaussian-function-normal-distribution-in-tikz-pgf
|
||||
\usepackage{pgfplots}
|
||||
\pgfplotsset{width=7cm,compat=1.8}
|
||||
\pgfmathdeclarefunction{gauss}{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{tikzpicture}
|
||||
%
|
Loading…
Reference in New Issue
Block a user