Draw a rectangle with lower left at xy=(x,y) with specified width and height Public attributes: dpi : a DPI instance bbox : a Bound2D instance in display coords transx : a Transform instance for x data transy : a Transform instance for y data transw : a Transform instance for width data, default transx transh : a Transform instance for height data, default transy
Definition at line 70 of file patches.py.
Public Member Functions | |
def | __init__ |
def | __init__ |
def | copy_properties |
def | get_height |
def | get_linewidth |
def | get_width |
def | get_window_extent |
def | get_x |
def | get_y |
def | set_bounds |
def | set_edgecolor |
def | set_facecolor |
def | set_fill |
def | set_height |
def | set_linewidth |
def | set_width |
def | set_x |
def | set_y |
Public Attributes | |
fill | |
height | |
transh | |
transw | |
transx | |
transy | |
width | |
xy | |
Private Member Functions | |
def | _derived_draw |