extra command to gnuplot
Laurent Mazet
laurent.mazet at motorola.com
Fri Jul 4 04:48:15 CDT 2008
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<laurent.mazet at motorola.com> 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: laurent.mazet at motorola.com
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> 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: laurent.mazet at motorola.com
More information about the Help-octave
mailing list