2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added some formatting tweaks to Analysis-Scripts; added axis to sin(1:x) plot; minor changes

This commit is contained in:
Martin Thoma 2012-09-22 15:12:59 +02:00
parent cbf9a3172c
commit e3293c7a25
4 changed files with 24 additions and 20 deletions

View file

@ -11,14 +11,14 @@
\begin{tikzpicture}
\begin{axis}[
%axis lines=middle,
axis x line=middle,
xmode=log, % Logarithmic x axis
xmin=0.01, xmax=1, % Positive domain...
xticklabel=\pgfmathparse{exp(\tick)}\pgfmathprintnumber{\pgfmathresult},
xticklabel style={/pgf/number format/.cd,fixed}, % Use fixed point notation
width=15cm, height=8cm, % size of the image
grid = major,
grid style={gray!30},
grid style={dashed, gray!30},
ymin=-1, % start the diagram at this y-coordinate
ymax= 1, % end the diagram at this y-coordinate
axis background/.style={fill=white},