help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extra command to gnuplot


From: David Bateman
Subject: Re: extra command to gnuplot
Date: Fri, 04 Jul 2008 11:49:18 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Laurent Mazet wrote:
> Hi,
>
> I'm tried to send "set format y '10^{%L}'" to gnuplot 4.2.2 via octave 3.0.0
> but I did not succeed. I've tried :
> - the old __gnuplot_raw__ command
> - using the gnuplot stream via fprintf (get(gcf).__plot_stream__, ...
> - inside a .gnuplot file in the current dir
> - inside a .gnuplot file in my home dir
>
> but none of them are successful.
>
> Does anyone have a clue on it?
>
> Regards,
>
>      Laurent
>   
The matlab way of doing this is something like

set (gca(), 'ytick', [1, 0.1, 1], 'yticklabelmode', 'manual',
'yticklabel', {'10^{0}', '10^{-1}','10^{-2}'})

Cheers
David


-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]