Tagged Questions
3
votes
2answers
122 views
PGFPlots: Logarithmic axes and scaling
I'm trying to plot some data where the X axis is logarithmic. The data runs from ~30 microseconds up to 10 milliseconds. It looks much cleaner to have the x-ticks looking like
{0.1 ms, 1 ms, 10 ms}
...
5
votes
1answer
546 views
Disable scientific notation for Y-axis and data in pgfplots?
I've been trying to figure out how to change the chart from scientific notation to just show the 5 digit numbers. I've tried scale and scale ticks with not success.
How can I change the y-axis and ...
8
votes
1answer
2k views
pgfplots axis scaling
Is it possible to define in pgfplots that y should correspond to Y cm in my plot?
I know how to do this in tkz-fct, so let me add an tkz-fct example to make more clear what I want:
...
27
votes
3answers
4k views
pgfplots: how can I scale to text width?
This question led to a new package:
tikzscale
When I try to scale a plot with: width=\textwidth there is some horizontal space between the
start/end of the plot and the start/end of the ...
8
votes
1answer
498 views
How determine slope of straight line (with auto scale of axis) in PGF plots
I want to allow automatic scaling of the axis (so don't want to set axis equal=true), and be able to place a label on a line at a manually chosen point along the line. Of course if axis equal=true, ...
9
votes
1answer
6k views
How to properly scale a TikZ/PGF picture which has a `\begin{axis}…\end{axis}`
Applying a scale option to a TikZ picture works great. It keeps the text the proper size and scales everything else. I would like to have the same behavior when using a \begin{axis}...\end{axis}.
...