ylabel_secondary option ?



El mar, 03-09-2013 a las 16:37 +0000, Leo Butler escribi?:
> In the draw package, is there an option to set the axis labels on the
> secondary axes? I know I can use `user_preamble', but I'd rather not.
> 

Yes, here are two examples:

http://riotorto.users.sourceforge.net/gnuplot/func2d/index.html#secondary-xy
http://riotorto.users.sourceforge.net/gnuplot/func2d/index.html#secondary



> Also, is there a command analogous to set_draw_defaults that shows all
> the options? Something like
> 
> (defmfun $get_draw_defaults()
> 	 (maphash (lambda(k v) (mfuncall '$print k "=" v)) *gr-options*))


No, sorry. There isn't any function like that, but I can give it a try.
Some options are internally stored in special structures, like lisp
lists.

--
Mario