Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2383 > unrolled thread
| Started by | Jörg Buchholz <bookwood4news@freenet.de> |
|---|---|
| First post | 2014-04-01 07:23 +0200 |
| Last post | 2014-04-02 20:09 +0200 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
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
| From | Jörg Buchholz <bookwood4news@freenet.de> |
|---|---|
| Date | 2014-04-01 07:23 +0200 |
| Subject | position xlabel and ylabel |
| Message-ID | <lhdig8$um2$1@dont-email.me> |
Hello, 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? Kind regards Jörg
[toc] | [next] | [standalone]
| From | Ethan A Merritt <merritt@u.washington.edu> |
|---|---|
| Date | 2014-04-01 12:25 -0700 |
| Message-ID | <lhf3rh$ntt$1@dont-email.me> |
| In reply to | #2383 |
Jörg Buchholz wrote: > Hello, > > 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 > > Kind regards > > Jörg
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4news@freenet.de> |
|---|---|
| Date | 2014-04-02 07:35 +0200 |
| Message-ID | <lhg7hp$2aq$1@newsserver.rrzn.uni-hannover.de> |
| In reply to | #2384 |
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 kind regards Jörg
[toc] | [prev] | [next] | [standalone]
| From | Jörg Buchholz <bookwood4news@freenet.de> |
|---|---|
| Date | 2014-04-02 20:09 +0200 |
| Message-ID | <lhhjot$4uh$1@dont-email.me> |
| In reply to | #2385 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web