Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: No top and RHS box lines Date: Wed, 8 Jul 2015 16:54:48 +0200 Organization: solani.org Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1436367293 29334 eJwFwQkBwDAIA0BLZSMB5FAe/xJ6h5/CMiWoWGzrNO3r8MSkK+/RtbAK0CNHpERMas/lBOsBHy4RGg== (8 Jul 2015 14:54:53 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Wed, 8 Jul 2015 14:54:53 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 X-User-ID: eJwFwYEBwCAIA7CXQEsd5wyk/59gEpvOPmAQodAQziXbUFekqfg3PmRVaPFo1aS8x2/etnkgiBHH In-Reply-To: Cancel-Lock: sha1:aHE+f15+iFePcD+h0EymHFxvMdU= X-NNTP-Posting-Host: eJwFwYEBwCAIA7CXtEhHz2Gu/H/Ckgxu3ucweXJyojcjpgjchdLXasvCzcbBu5yyLZYXVPEDEKIQsg== Xref: csiph.com comp.graphics.apps.gnuplot:2974 Am 08.07.2015 um 16:21 schrieb Dieter Britz: > On Tue, 07 Jul 2015 20:04:33 +0200, Jörg Buchholz wrote: > >> On 07.07.2015 19:07, Dieter Britz wrote: >>> I am doing a figure as I usually do, with the plot inside a box, which >>> seems to be the default. My coauthor, however, wants only the left-hand >>> axis and bottom axis, no rhs or top lines. I can't seem to find how to >>> do this in the manual. How is it done please? >>> >>> >> set border 3 > > Thank you, very nice and I have learned a new thing. > > Now I would also like to suppress the tics on top and to the right, > that appear "in the air". I do want them on the LH and bottom > axes. How do I ... > (from "help set xtics") ... _mirror_ tells gnuplot to put unlabeled tics at the same positions on the opposite border. _nomirror_ does what you think it does. ...