Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #1955

How to left-align plots

X-Received by 10.66.186.4 with SMTP id fg4mr1833932pac.33.1375967288248; Thu, 08 Aug 2013 06:08:08 -0700 (PDT)
X-Received by 10.49.24.177 with SMTP id v17mr219039qef.23.1375967287738; Thu, 08 Aug 2013 06:08:07 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!qx7no18301842pbc.1!news-out.google.com!rn2ni14394pbc.1!nntp.google.com!qx7no18301837pbc.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Thu, 8 Aug 2013 06:08:07 -0700 (PDT)
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=130.243.124.202; posting-account=bya98wkAAACJWL6KEtoqPrK4bAB4cqRu
NNTP-Posting-Host 130.243.124.202
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <65e6c302-adb7-4136-8ea4-ea93a46a01ec@googlegroups.com> (permalink)
Subject How to left-align plots
From krikonmannen@gmail.com
Injection-Date Thu, 08 Aug 2013 13:08:08 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.graphics.apps.gnuplot:1955

Show key headers only | View raw


I have a problem aligning my plot to the left edge of the canvas. 

Look at the following script:
set size ratio -1
set lmargin 0
unset ytics
set term wxtsize 640,480
plot x

This produces a square plot that is horizontally centered on the canvas. However. I would like it to be aligned with the left edge, which I can do if I add
set origin -0.147,0

But if I don't know the size of the plot beforehand, how can I align it to the left?

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

How to left-align plots krikonmannen@gmail.com - 2013-08-08 06:08 -0700
  Re: How to left-align plots krikonmannen@gmail.com - 2013-08-09 00:05 -0700

csiph-web