I'm using the minipage package to position two graphs, generated by gnuplot, side-by-side. I use the epslatex terminal. The graphs are rather small, and I'd like to increase their size by reducing the gap between each graph and its (vertical) y-axis label. How can I do this?
|
closed as off topic by Joseph Wright♦ May 3 '12 at 21:13
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Gnuplot's epslatex terminal generates an encapsulated postscript file containing the graph, and a tex file containing commands to import the graph and add labels, etc. The labels are added using the picture environment; just change the coordinates in the tex file if you want to move them. |
|||
|
|
|
The
For Gnuplot 4.4, use the keyword "offset". For example:
|
||||
|
|