[next] [prev] [prev-tail] [tail] [up]
from the net. Using Times font family is the idea.
data = Table[{x, Random[Real, {0, x}]}, {x, 0, 10}]; ListPlot[data, Frame -> True, PlotStyle -> {FontFamily -> "Times"}, PlotLabel -> "64Cycles in FIFO", FrameLabel -> {"S/N dB", "RMS error mm"}]
[next] [prev] [prev-tail] [front] [up]