ylabel_secondary option ?



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.

-----

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*))


-----

Leo