comparison src/graphics.h.in @ 8291:53f35799b235

Add support for left/right argument to the legend function
author David Bateman <dbateman@free.fr>
date Thu, 30 Oct 2008 14:15:12 +0100
parents 81b124f463f9
children be9b14945774
comparison
equal deleted inserted replaced
8290:7cbe01c21986 8291:53f35799b235
2557 BEGIN_PROPERTIES (axes) 2557 BEGIN_PROPERTIES (axes)
2558 array_property position u , default_axes_position () 2558 array_property position u , default_axes_position ()
2559 bool_property box , "on" 2559 bool_property box , "on"
2560 bool_property key , "off" 2560 bool_property key , "off"
2561 bool_property keybox , "off" 2561 bool_property keybox , "off"
2562 bool_property keyreverse , "off"
2562 any_property keypos , 1 2563 any_property keypos , 1
2563 array_property colororder , default_colororder () 2564 array_property colororder , default_colororder ()
2564 array_property dataaspectratio m , Matrix (1, 3, 1.0) 2565 array_property dataaspectratio m , Matrix (1, 3, 1.0)
2565 radio_property dataaspectratiomode , "{auto}|manual" 2566 radio_property dataaspectratiomode , "{auto}|manual"
2566 radio_property layer , "{bottom}|top" 2567 radio_property layer , "{bottom}|top"