In the PDF I've attached I've plotted four plots where the data is extracted from MATLAB.
The thing that bothers me is that the y-ticks are not consistent - is there any way to make ALL of the ticks to be on a purely decimal form or what to call it, and not expressed as a power of ten?
The "preamble" of the TikZ-file looks like
Code: Select all
\begin{tikzpicture}
\begin{axis}[
scale only axis,
width=2in,
height=2.5in,
xmin=0, xmax=10,
ymin=-0.2, ymax=0.15,
axis on top,
legend entries={1},
legend style={nodes=right}]
\addplot[
color=blue,
solid
]
Code: Select all
\usepackage[T1]{fontenc}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{graphicx}
\usepackage[obeyall]{siunitx}
\usepackage{subfig}
\usepackage{tikz,pgfplots,pgf}
\usepackage{circuitikz}
\usetikzlibrary{arrows}
\usetikzlibrary{plotmarks}
