Skip to content

Commit 7e079af

Browse files
committed
added html docs
svn path=/trunk/matplotlib/; revision=10
1 parent 10792c1 commit 7e079af

File tree

9 files changed

+6445
-0
lines changed

9 files changed

+6445
-0
lines changed

docs/artist.html

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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>&nbsp;<br>
11+
<font color="#ffffff" face="helvetica, arial">&nbsp;<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>&nbsp;<br>
19+
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
20+
21+
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;&nbsp;</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>&nbsp;<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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td>
32+
<td colspan=2><tt>Abstract&nbsp;base&nbsp;class&nbsp;for&nbsp;someone&nbsp;who&nbsp;renders&nbsp;into&nbsp;a&nbsp;Figure<br>&nbsp;</tt></td></tr>
33+
<tr><td>&nbsp;&nbsp;</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&nbsp;classes&nbsp;drawing&nbsp;method</tt></dd></dl>
38+
39+
<dl><dt><a name="Artist-clip_gc"><strong>clip_gc</strong></a>(self, gc)</dt><dd><tt>The&nbsp;gc&nbsp;clipping&nbsp;function;&nbsp;no&nbsp;clip&nbsp;by&nbsp;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&nbsp;classes&nbsp;drawing&nbsp;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&nbsp;all&nbsp;artists&nbsp;contained&nbsp;in&nbsp;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&nbsp;the&nbsp;bounding&nbsp;box&nbsp;as&nbsp;left,&nbsp;bottom,&nbsp;width,&nbsp;height&nbsp;in<br>
46+
data&nbsp;coords&nbsp;of&nbsp;the&nbsp;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&nbsp;the&nbsp;bounding&nbsp;box&nbsp;as&nbsp;left,&nbsp;bottom,&nbsp;width,&nbsp;height&nbsp;in<br>
49+
window&nbsp;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&nbsp;the&nbsp;drawing&nbsp;area&nbsp;that&nbsp;you&nbsp;render&nbsp;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&nbsp;the&nbsp;points&nbsp;x,&nbsp;y&nbsp;to&nbsp;window&nbsp;coords.&nbsp;Default&nbsp;is&nbsp;do&nbsp;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&nbsp;the&nbsp;xscale,&nbsp;yscale&nbsp;to&nbsp;window&nbsp;coords.&nbsp;Default&nbsp;is&nbsp;do&nbsp;nothing</tt></dd></dl>
56+
57+
<dl><dt><a name="Artist-wash_brushes"><strong>wash_brushes</strong></a>(self)</dt><dd><tt>Erase&nbsp;any&nbsp;state&nbsp;vars&nbsp;that&nbsp;would&nbsp;impair&nbsp;a&nbsp;draw&nbsp;to&nbsp;a&nbsp;clean&nbsp;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>&nbsp;<br>
69+
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
70+
71+
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;&nbsp;</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

Comments
 (0)