home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.graphics.gnuplot
- Path: sparky!uunet!destroyer!fmsrl7!lynx!triton.unm.edu!jdaves
- From: jdaves@triton.unm.edu (Jonathan Daves-Brody)
- Subject: Re: Contour Control
- Message-ID: <0lfq60q@lynx.unm.edu>
- Date: Fri, 13 Nov 92 16:55:53 GMT
- Organization: University of New Mexico, Albuquerque
- References: <9211120707.AA15017@elrond.physics.mcgill.ca> <1992Nov12.180723.5456@leland.Stanford.EDU> <1992Nov12.183810.10682@leland.Stanford.EDU>
- Lines: 26
-
- In article <1992Nov12.183810.10682@leland.Stanford.EDU> wolf@leland.Stanford.EDU (Andy Wolfsberg) writes:
- >
- >ONe more question while were at it.
- >I finally figured out how to contour and surface mesh
- >2-d data. You have to put a blank line after each row
- >of data (which are specified one point per line in a long column)
- >
- >However, you can not specify the x,y locations (i,e, parametric)
- >you must set noparmetric and list only the z values
- >
- >The problem: I have data from a 40x40 grid which represents
- >an 80x80 domain (deltaX = 2). When I contour it up, I want the
- >axis to go from 0 to 80 but they only go from 0 to 40.
- >
- >Does anyone know of a way to rename the axis of a noparametric
- >contour plot. I.E. keep the plot the same, just rewrite the
- >axis lables?
-
- If I understand your question, the syntax is:
- set xtics ("0" 0, "40" 20, "80" 40)
-
- I.e., the label that you >want< to use goes in quotes right before the
- label that is >currently< being used on the axis.
-
- Hope that helps. . .
-
-