X-Received: by 10.66.90.10 with SMTP id bs10mr24070388pab.12.1472977416018; Sun, 04 Sep 2016 01:23:36 -0700 (PDT) X-Received: by 10.36.91.200 with SMTP id g191mr393662itb.5.1472977415931; Sun, 04 Sep 2016 01:23:35 -0700 (PDT) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!i184no1036943itf.0!news-out.google.com!w143ni3409itb.0!nntp.google.com!e124no1045288ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sun, 4 Sep 2016 01:23:35 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.16.134.220; posting-account=kOWGBQoAAABOBAUf_jxrdYe5L8gc2kkW NNTP-Posting-Host: 82.16.134.220 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3a89f54e-551c-4539-b7b1-d8171dedb63c@googlegroups.com> Subject: Moving x axis From: avalenti9431@gmail.com Injection-Date: Sun, 04 Sep 2016 08:23:35 +0000 Content-Type: text/plain; charset=UTF-8 Lines: 15 Xref: csiph.com comp.graphics.apps.gnuplot:3381 Hello, I am trying to move the x axis so it is located at 'y=1' (as opposed to the bottom of te graph). My axis axis comprises strings so I am currently using the command plot "test3.txt" using 2:xticlabels(1) with linespoints The only command I have found on the internet is set arrow from graph 0, first 1 to graph 1, first 1 nohead But that just draws a line at y=1 and doesnt move the axis labels. Any help is appreciated Thanks