Node:legend, Next:line_style, Previous:pie_plot, Up:Top
bottom_fudge type: number | Attribute |
Default: 3. Amount of space below the last line. |
frame_fill_style type: fill_style.T | Attribute |
Default: fill_style.white. See fill_style. |
frame_line_style type: line_style.T | Attribute |
Default: line_style.black. See line_style. |
inter_col_sep type: number | Attribute |
Default: 0. Space between each column in the legend. |
inter_row_sep type: number | Attribute |
Default: 0. Space between each row in the legend. |
left_fudge type: number | Attribute |
Default: 5. Amount of space left of the legend. |
loc type: (x,y) | Attribute |
Default: None. Bottom-left corner of the legend. The default location of a legend is the bottom-right end of the chart. |
nr_rows type: int | Attribute |
Default: 9999. Number of rows in the legend. If the number of plots in a chart is larger than nr_rows, multiple columns are created for their legends. |
right_fudge type: number | Attribute |
Default: 5. Amount of space right of the legend. |
shadow type: (xoff,yoff,fill) | Attribute |
Default: None. The value is either None or a tuple. When non-None, a drop-shadow is drawn beneath the object. X-off, and y-off specifies the offset of the shadow relative to the object, and fill specifies the style of the shadow (see fill_style). |
top_fudge type: number | Attribute |
Default: 0. Amount of space above the first line. |