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


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

How to left-align plots

Newsgroups comp.graphics.apps.gnuplot
Date 2013-08-08 06:08 -0700
Message-ID <65e6c302-adb7-4136-8ea4-ea93a46a01ec@googlegroups.com> (permalink)
Subject How to left-align plots
From krikonmannen@gmail.com

Show all headers | 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