help-octave
[Top][All Lists]
Advanced

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

Re: extra command to gnuplot


From: Laurent Mazet
Subject: Re: extra command to gnuplot
Date: Fri, 4 Jul 2008 11:48:15 +0200

I finally find a work-around using

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

On Thu, 3 Jul 2008 17:44:15 +0200
Laurent Mazet<address@hidden> 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
> -- 
> Dr. Laurent Mazet: Research Engineer /V\ Centre de Recherche de MOTOROLA
> Tel: +33 1 69 35 48 30 =-=-=-=-=-=-=-= Email: address@hidden
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave


-- 
Dr. Laurent Mazet: Research Engineer /V\ Centre de Recherche de MOTOROLA
Tel: +33 1 69 35 48 30 =-=-=-=-=-=-=-= Email: address@hidden


reply via email to

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