small fixes
This commit is contained in:
@@ -376,6 +376,12 @@ erstes Argument wieder ein Handle auf die Figure erwartet. Das zweite
|
||||
Argument ist der Dateiname, und zuletzt muss das gew\"unschte Format
|
||||
(Box \ref{graphicsformatbox}) angegeben werden.
|
||||
|
||||
\begin{figure}[t]
|
||||
\includegraphics{spike_detection}
|
||||
\titlecaption{Automatisch erstellter Plot.}{Dieser Plot wurde vollst\"andig
|
||||
mit dem Skript in Listing \ref{niceplotlisting} erstellt und
|
||||
gespeichert.}\label{spikedetectionfig}
|
||||
\end{figure}
|
||||
\begin{ibox}[t]{\label{graphicsformatbox}Dateiformate f\"ur Abbildungen.}
|
||||
Es gibt zwei grunds\"atzlich verschiedene Arten von Dateiformaten f\"ur
|
||||
Graphiken:
|
||||
@@ -383,7 +389,6 @@ Argument ist der Dateiname, und zuletzt muss das gew\"unschte Format
|
||||
\item \determ{Rastergraphik} (\enterm{bitmap})
|
||||
\item \determ{Vektorgraphik} (\enterm{vector graphics})
|
||||
\end{enumerate}
|
||||
|
||||
Bei Rastergraphiken wird f\"ur jeden Bildpunkt (jedes Pixel) der
|
||||
aktuelle Farbwert angegeben. Rastergraphiken haben eine bestimmte
|
||||
Aufl\"osung (z.B. 300\,dpi --- dots per inch). Sie sind vor allem
|
||||
@@ -392,15 +397,14 @@ Argument ist der Dateiname, und zuletzt muss das gew\"unschte Format
|
||||
Polygone, ...) beschrieben. Der Vorteil der Vektorgraphiken
|
||||
ist die Skalierbakeit ohne Qualit\"atsverlust.
|
||||
|
||||
\vspace{1ex}
|
||||
\begin{minipage}[t]{0.38\textwidth}
|
||||
\mbox{}\\[-2ex]
|
||||
\includegraphics[width=0.93\textwidth]{VectorBitmap.pdf}
|
||||
\includegraphics[width=0.85\textwidth]{VectorBitmap.pdf}
|
||||
\rotatebox{90}{\footnotesize by Darth Stabro at en.wikipedia.org}
|
||||
\end{minipage}
|
||||
\hfill
|
||||
\begin{minipage}[t]{0.5\textwidth}
|
||||
Von \matlab{} unterst\"utzte Formate\footnote{Auswahl, mehr Information in der Hilfe zu \code{saveas()}}:\\[2ex]
|
||||
Von \matlab{} unterst\"utzte Formate\footnote{mehr Information in der Hilfe zu \code{saveas()}}:\\[2ex]
|
||||
\begin{tabular}{|l|c|l|}
|
||||
\hline
|
||||
\textbf{Format} & \textbf{Typ} & \code{saveas()} Argument \erh \\ \hline
|
||||
@@ -414,7 +418,6 @@ Argument ist der Dateiname, und zuletzt muss das gew\"unschte Format
|
||||
bmp & Bitmap & \varcode{'bmp'} \\ \hline
|
||||
\end{tabular}
|
||||
\end{minipage}
|
||||
\vspace{1ex}
|
||||
|
||||
Wenn aus \matlab{} heraus Graphiken gespeichert werden sollen, dann
|
||||
ist es meistens sehr sinnvoll sie als Vektorgraphik zu speichern. Im
|
||||
@@ -426,13 +429,6 @@ Argument ist der Dateiname, und zuletzt muss das gew\"unschte Format
|
||||
Rastergraphik allerdings deutlich schneller und speichereffizienter.
|
||||
\end{ibox}
|
||||
|
||||
\begin{figure}[t]
|
||||
\includegraphics{spike_detection}
|
||||
\titlecaption{Automatisch erstellter Plot.}{Dieser Plot wurde vollst\"andig
|
||||
mit dem Skript in Listing \ref{niceplotlisting} erstellt und
|
||||
gespeichert.}\label{spikedetectionfig}
|
||||
\end{figure}
|
||||
|
||||
\lstinputlisting[caption={Skript zur Erstellung des Plots in \figref{spikedetectionfig}.}, label=niceplotlisting]{automatic_plot.m}
|
||||
|
||||
Neben den Standard-Linienplots gibt es eine ganze Reihe weiterer
|
||||
|
||||
Reference in New Issue
Block a user