Search found 3 matches

by computernormal
Fri Sep 06, 2013 5:04 pm
Forum: Graphics, Figures & Tables
Topic: Round Precision for Axis Labels
Replies: 1
Views: 10899

Round Precision for Axis Labels

Hello,

how can I prevent, that the values on my axis were rounded on two digits after point? I need three digits after the point.


\begin{tikzpicture}
\begin{axis}[
legend pos=outer north east,
grid=major,
xlabel=$t\;in\;ms$,
ytick={-0.625,-0.5,-0.375,-0.25,-0.125,0,0.125,0.25,0.375,0.5,0 ...
by computernormal
Tue Aug 27, 2013 10:16 am
Forum: Math & Science
Topic: Wrong Calculations in Function Plot
Replies: 3
Views: 5297

Re: Wrong Calculations in Function Plot

Thanks ... saved my day :)
by computernormal
Tue Aug 27, 2013 1:18 am
Forum: Math & Science
Topic: Wrong Calculations in Function Plot
Replies: 3
Views: 5297

Wrong Calculations in Function Plot

Hello forum,

for my bachelor thesis I need to draw the function f(x)=sin(x²) .

\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{pgfplots}

\begin{document}
\begin{tikzpicture}
\begin{axis}[
legend pos=outer north east,
grid=major,
xlabel=$t$,
ylabel=$f(t)$,
xmin=0 ...