Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #634
| From | Christoph Bersch <usenet@bersch.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Multiplot : inter - plot horizontal and vertical spacing (particular reference to epslatex terminal) |
| Date | 2011-10-06 15:52 +0200 |
| Organization | GWDG, Goettingen |
| Message-ID | <j6kbr0$pm7$1@gwdu112.gwdg.de> (permalink) |
| References | <a1f26685-7e48-4221-a836-3b231934ed31@s9g2000yql.googlegroups.com> |
On 06.10.2011 15:33, Rayd wrote: > Hi. I need help on how to manipulate the horizontal and vertical inter- > plot spacings in the multiplot mode. > I'm sure this should also go with consideration of margins (top, > bottom, left, and right). I have a my plotting > commands in a script which I then run in batch mode. My task is > essentially about producing a single graph > with 12 plots in 4-rows and 3-columns. I intend to have y1 labels on > the outer left margin, y2 labels on the > outer right margin, x labels on the outer bottom margin, and a title/ > legend/key on the outer top margin. You can set the margins for each plot manually: set multiplot set tmargin screen 0.9 set bmargin screen 0.5 set lmargin screen 0.2 set rmargin screen 0.4 plot sin(x) set lmargin screen 0.5 set rmargin screen 0.7 plot exp(-x**2) # ... unset multiplot Christoph
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Multiplot : inter - plot horizontal and vertical spacing (particular reference to epslatex terminal) Rayd <drndzinisa@gmail.com> - 2011-10-06 06:33 -0700 Re: Multiplot : inter - plot horizontal and vertical spacing (particular reference to epslatex terminal) Christoph Bersch <usenet@bersch.net> - 2011-10-06 15:52 +0200 Re: Multiplot : inter - plot horizontal and vertical spacing (particular reference to epslatex terminal) Ingo Thies <ingo.thies@gmx.de> - 2011-10-06 23:00 +0200
csiph-web