1
+
2
+ <!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3
+ < html > < head > < title > Python: module artist</ title >
4
+ < style type ="text/css "> <!- -
5
+ TT { font- family: lucidatypewriter, lucida console, courier }
6
+ - - > </ style > </ head > < body bgcolor ="#f0f0f8 ">
7
+
8
+ < table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="heading ">
9
+ < tr bgcolor ="#7799ee ">
10
+ < td valign =bottom > < br >
11
+ < font color ="#ffffff " face ="helvetica, arial "> < br > < big > < big > < strong > artist</ strong > </ big > </ big > </ font > </ td
12
+ > < td align =right valign =bottom
13
+ > < font color ="#ffffff " face ="helvetica, arial "> < a href =". "> index</ a > < br > < a href ="file:/home/jdhunter/python/projects/matplotlib/matplotlib/artist.py "> /home/jdhunter/python/projects/matplotlib/matplotlib/artist.py</ a > </ font > </ td > </ tr > </ table >
14
+ < p > </ p >
15
+
16
+ < table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="section ">
17
+ < tr bgcolor ="#ee77aa ">
18
+ < td colspan =3 valign =bottom > < br >
19
+ < font color ="#ffffff " face ="helvetica, arial "> < big > < strong > Classes</ strong > </ big > </ font > </ td > </ tr >
20
+
21
+ < tr > < td bgcolor ="#ee77aa "> < tt > </ tt > </ td > < td > </ td >
22
+ < td width ="100% "> < dl >
23
+ < dt > < font face ="helvetica, arial "> < a href ="artist.html#Artist "> Artist</ a >
24
+ </ font > </ dt > </ dl >
25
+
26
+ < table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="section ">
27
+ < tr bgcolor ="#ffc8d8 ">
28
+ < td colspan =3 valign =bottom > < br >
29
+ < font color ="#000000 " face ="helvetica, arial "> < a name ="Artist "> class < strong > Artist</ strong > </ a > </ font > </ td > </ tr >
30
+
31
+ < tr bgcolor ="#ffc8d8 "> < td rowspan =2 > < tt > </ tt > </ td >
32
+ < td colspan =2 > < tt > Abstract base class for someone who renders into a Figure< br > </ tt > </ td > </ tr >
33
+ < tr > < td > </ td >
34
+ < td width ="100% "> Methods defined here:< br >
35
+ < dl > < dt > < a name ="Artist-__init__ "> < strong > __init__</ strong > </ a > (self)</ dt > </ dl >
36
+
37
+ < dl > < dt > < a name ="Artist-_draw "> < strong > _draw</ strong > </ a > (self, drawable, *args, **kwargs)</ dt > < dd > < tt > Derived classes drawing method</ tt > </ dd > </ dl >
38
+
39
+ < dl > < dt > < a name ="Artist-clip_gc "> < strong > clip_gc</ strong > </ a > (self, gc)</ dt > < dd > < tt > The gc clipping function; no clip by default</ tt > </ dd > </ dl >
40
+
41
+ < dl > < dt > < a name ="Artist-draw "> < strong > draw</ strong > </ a > (self, drawable< font color ="#909090 "> =None</ font > , *args, **kwargs)</ dt > < dd > < tt > Derived classes drawing method</ tt > </ dd > </ dl >
42
+
43
+ < dl > < dt > < a name ="Artist-get_child_artists "> < strong > get_child_artists</ strong > </ a > (self)</ dt > < dd > < tt > Return all artists contained in self</ tt > </ dd > </ dl >
44
+
45
+ < dl > < dt > < a name ="Artist-get_data_extent "> < strong > get_data_extent</ strong > </ a > (self)</ dt > < dd > < tt > Return the bounding box as left, bottom, width, height in< br >
46
+ data coords of the area</ tt > </ dd > </ dl >
47
+
48
+ < dl > < dt > < a name ="Artist-get_window_extent "> < strong > get_window_extent</ strong > </ a > (self)</ dt > < dd > < tt > Return the bounding box as left, bottom, width, height in< br >
49
+ window coords</ tt > </ dd > </ dl >
50
+
51
+ < dl > < dt > < a name ="Artist-set_drawing_area "> < strong > set_drawing_area</ strong > </ a > (self, da)</ dt > < dd > < tt > Set the drawing area that you render into</ tt > </ dd > </ dl >
52
+
53
+ < dl > < dt > < a name ="Artist-transform_points_to_win "> < strong > transform_points_to_win</ strong > </ a > (self, x, y)</ dt > < dd > < tt > Transform the points x, y to window coords. Default is do nothing</ tt > </ dd > </ dl >
54
+
55
+ < dl > < dt > < a name ="Artist-transform_scale_to_win "> < strong > transform_scale_to_win</ strong > </ a > (self, xscale, yscale)</ dt > < dd > < tt > Transform the xscale, yscale to window coords. Default is do nothing</ tt > </ dd > </ dl >
56
+
57
+ < dl > < dt > < a name ="Artist-wash_brushes "> < strong > wash_brushes</ strong > </ a > (self)</ dt > < dd > < tt > Erase any state vars that would impair a draw to a clean palette</ tt > </ dd > </ dl >
58
+
59
+ < hr >
60
+ Data and non-method functions defined here:< br >
61
+ < dl > < dt > < strong > __doc__</ strong > = 'Abstract base class for someone who renders into a Figure'</ dl >
62
+
63
+ < dl > < dt > < strong > __module__</ strong > = 'artist'</ dl >
64
+
65
+ </ td > </ tr > </ table > </ td > </ tr > </ table >
66
+ < table width ="100% " cellspacing =0 cellpadding =2 border =0 summary ="section ">
67
+ < tr bgcolor ="#55aa55 ">
68
+ < td colspan =3 valign =bottom > < br >
69
+ < font color ="#ffffff " face ="helvetica, arial "> < big > < strong > Data</ strong > </ big > </ font > </ td > </ tr >
70
+
71
+ < tr > < td bgcolor ="#55aa55 "> < tt > </ tt > </ td > < td > </ td >
72
+ < td width ="100% "> < strong > __file__</ strong > = './artist.pyc'< br >
73
+ < strong > __name__</ strong > = 'artist'</ td > </ tr > </ table >
74
+ </ body > </ html >
0 commit comments