Search found 1 match

by m3talac
Sun Jan 10, 2016 6:43 am
Forum: Math & Science
Topic: Drawing function in tikzpicture
Replies: 3
Views: 33964

Drawing function in tikzpicture

I have to draw function with \plot but it says "Dimension too large", this is my code:
\begin{tikzpicture}
\begin{axis}[grid=major, xmin=0, xmax=3, ymin=-1.5, ymax=1.5, xlabel=$t$, ylabel=$x(t), y(t)$, scale=0.3]
\plot[blue] plot[samples=100, smooth] expression{(1 + 2 * x)*exp(-2*x) * sin(280* 3.14 ...