Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2390
| From | Jörg Buchholz <bookwood4news@freenet.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: position xlabel and ylabel |
| Date | 2014-04-02 20:09 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <lhhjot$4uh$1@dont-email.me> (permalink) |
| References | <lhdig8$um2$1@dont-email.me> <lhf3rh$ntt$1@dont-email.me> <lhg7hp$2aq$1@newsserver.rrzn.uni-hannover.de> |
On 02.04.2014 07:35, Jörg Buchholz wrote: > On 01.04.2014 21:25, Ethan A Merritt wrote: >> Jörg Buchholz wrote: >> >>> I will put another label on the end of the yaxis with the same >>> x-coordinate that the ylabel hath, but I can't find any information >>> about the coordinates from the y-label and x-label. Does anybody know >>> these coordinates? >> >> >> set label "top of y axis" center at graph 0, graph 1 >> set label "end of x axis" at graph 1, graph 0 >> > > Ok, that is esay. But it is not what I mean. I will put a label, or an > arrow, in the same line with the x or ylabel. Something like this: > > set label 'labeltext' at graph 1,"y-coordinate from xlabel" right > set arrow from graph 1,"y-coordinate from xlabel" rto character -4,0 > backhead Ok, I found a way: set size 1,0.97 set origin 0,0.03 set label 1 "label" at graph 0.5, screen 0.02 center set arrow 1 from graph 1, screen 0.02 rto char -4,0 backhead
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar | Unroll thread
position xlabel and ylabel Jörg Buchholz <bookwood4news@freenet.de> - 2014-04-01 07:23 +0200
Re: position xlabel and ylabel Ethan A Merritt <merritt@u.washington.edu> - 2014-04-01 12:25 -0700
Re: position xlabel and ylabel Jörg Buchholz <bookwood4news@freenet.de> - 2014-04-02 07:35 +0200
Re: position xlabel and ylabel Jörg Buchholz <bookwood4news@freenet.de> - 2014-04-02 20:09 +0200
csiph-web