|
From: Christian B. <cr...@un...> - 2010-11-20 15:42:42
|
Hi all, I want to insert an arrow in the ylabel. Something lie this: set ylabel "better <----- [s]" The solution with the "<-----" looks awfull. :-( How can I do this in a more good-looking way? Best Regards, Christian |
|
From: Jon <dev...@gm...> - 2010-11-20 22:42:56
|
just a suggestion, use latex command, and then use enhanced mode in say term postscript to display it Jon On Sat, Nov 20, 2010 at 9:24 AM, Christian Baun <cr...@un...>wrote: > Hi all, > > I want to insert an arrow in the ylabel. > Something lie this: > > set ylabel "better <----- [s]" > > The solution with the "<-----" looks awfull. :-( > How can I do this in a more good-looking way? > > Best Regards, > Christian > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |
|
From: Christian B. <cr...@un...> - 2010-11-21 09:29:51
|
Hi Jon, I tried it via: set terminal postscript eps color enhanced solid "Times-Bold" ... set ylabel "better \(\Longrightarrow\) [s]" and set ylabel "better $\Longrightarrow$ [s]" and set ylabel "better \Longrightarrow [s]" but it is not working. Best Regards, Christian Am Samstag 20 November 2010 schrieb Jon: > just a suggestion, use latex command, and then use enhanced mode in say term > postscript to display it > > Jon > > On Sat, Nov 20, 2010 at 9:24 AM, Christian Baun <cr...@un...>wrote: > > > Hi all, > > > > I want to insert an arrow in the ylabel. > > Something lie this: > > > > set ylabel "better <----- [s]" > > > > The solution with the "<-----" looks awfull. :-( > > How can I do this in a more good-looking way? > > > > Best Regards, > > Christian > > > > > > ------------------------------------------------------------------------------ > > Beautiful is writing same markup. Internet Explorer 9 supports > > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > > Spend less time writing and rewriting code and more time creating great > > experiences on the web. Be a part of the beta today > > http://p.sf.net/sfu/msIE9-sfdev2dev > > _______________________________________________ > > gnuplot-info mailing list > > gnu...@li... > > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > |
|
From: Dr. I. D. J. <die...@t-...> - 2010-11-21 10:31:12
|
Hi Christian,
you are discussing a long lasting deficiency of gnuplot. There is only one way
to circumvent your problem:
XPOS=-0.11
YPOS=-0.085
X2POS=1.11
set arrow 1 filled size graph 0.035,8 lt 16 lw 2 from graph XPOS,0.62 to graph
XPOS,0.87
set arrow 2 filled size graph 0.035,8 lt 16 lw 2 from graph 0.6,YPOS to graph
0.77,YPOS
set arrow 3 filled size graph 0.035,8 lt 16 lw 2 from graph X2POS,0.62 to
graph X2POS,0.87
set xlabel " "
set label 1 "f/f0" at graph 0.5,YPOS
set ylabel " "
set label 2 "L/dB" rotate by 90 at graph XPOS,0.5
set y2label " "
set label 3 "{/Symbol j} / °" rotate by 90 at graph X2POS,0.5
Please note that 'set xlabel " "' I. e. an explicit but empty xlabel is
mandatory to ensure space below x, left of y and right of y2 - axis. The x2
axis can be handled accordingly.
This works perfectly for me with postscript and eps terminal. If you like, I
could provide an example script, would mail this to you, personally.
Please note, the "set arrow 1, 2, 3 commands should be in one single line
including the last "to graph XPOS,0.87" command. My email program inserts
linebreaks that ought not to be there.
Hope this helps
take care
Dieter
Am Sonntag, 21. November 2010, 10:29:38 schrieb Christian Baun:
> Hi Jon,
>
> I tried it via:
>
> set terminal postscript eps color enhanced solid "Times-Bold"
> ...
**************
--
-----------------------------------------------------------
|
\
/\_/\ |
| ~x~ |/-----\ /
\ /- \_/
^^__ _ / _ ____ /
<°°__ \- \_/ | |/ | |
|| || _| _| _| _|
if you really want to see the pictures above - use some font
with constant spacing like courier! :-)
-----------------------------------------------------------
|
|
From: Christian B. <cr...@un...> - 2010-11-21 11:06:40
|
Hallo Dieter,
ein Beispiel-Skript wäre super. :-)
Viele Grüße
Christian
--
---------
M.Sc. Christian Baun UIN: 9107054
Karlsruher Institut für Technologie ba...@ki...
Steinbuch Centrum für Computing (SCC) Tel: 07247-828603
Hermann-von-Helmholtz-Platz 1 Mobil: 0170-2817531
76344 Eggenstein-Leopoldshafen Privat: 0621-1815740
Neues Cloud Computing-Buch: C.Baun, M.Kunze, J.Nimis, S.Tai. ISBN:3-642-01593-X
Cloud Computing: Web-basierte dynamische IT-Services. Springer. Oktober 2009
Am Sonntag 21 November 2010 schrieb Dr. Ing. Dieter Jurzitza:
> Hi Christian,
> you are discussing a long lasting deficiency of gnuplot. There is only one way
> to circumvent your problem:
>
> XPOS=-0.11
> YPOS=-0.085
> X2POS=1.11
>
> set arrow 1 filled size graph 0.035,8 lt 16 lw 2 from graph XPOS,0.62 to graph
> XPOS,0.87
> set arrow 2 filled size graph 0.035,8 lt 16 lw 2 from graph 0.6,YPOS to graph
> 0.77,YPOS
> set arrow 3 filled size graph 0.035,8 lt 16 lw 2 from graph X2POS,0.62 to
> graph X2POS,0.87
>
> set xlabel " "
> set label 1 "f/f0" at graph 0.5,YPOS
> set ylabel " "
> set label 2 "L/dB" rotate by 90 at graph XPOS,0.5
> set y2label " "
> set label 3 "{/Symbol j} / °" rotate by 90 at graph X2POS,0.5
>
> Please note that 'set xlabel " "' I. e. an explicit but empty xlabel is
> mandatory to ensure space below x, left of y and right of y2 - axis. The x2
> axis can be handled accordingly.
>
> This works perfectly for me with postscript and eps terminal. If you like, I
> could provide an example script, would mail this to you, personally.
>
> Please note, the "set arrow 1, 2, 3 commands should be in one single line
> including the last "to graph XPOS,0.87" command. My email program inserts
> linebreaks that ought not to be there.
>
> Hope this helps
> take care
>
>
>
>
> Dieter
>
> Am Sonntag, 21. November 2010, 10:29:38 schrieb Christian Baun:
> > Hi Jon,
> >
> > I tried it via:
> >
> > set terminal postscript eps color enhanced solid "Times-Bold"
> > ...
> **************
>
|
|
From: Adrian H. <adr...@es...> - 2010-11-21 12:00:08
|
Using the enhanced eps terminal you should be able to put symbols in.
Try:
set terminal post eps enhanced
...
...
plot [-10:10] sin(x) ti "test {/Symbol \254}"
Good luck.
Adrian
On 20/11/2010 16:24, Christian Baun wrote:
> Hi all,
>
> I want to insert an arrow in the ylabel.
> Something lie this:
>
> set ylabel "better<----- [s]"
>
> The solution with the "<-----" looks awfull. :-(
> How can I do this in a more good-looking way?
>
> Best Regards,
> Christian
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
|