File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ KNOWN BUGS
7
7
8
8
- DONE - autoscale on y not satisfactory -- see histogram demo
9
9
10
- - with multiple subplots there is a small gap between the bottom of
11
- the xtick1 line and the axes patch edge. see subplot_demo
10
+ - DONE with multiple subplots there is a small gap between the
11
+ bottom of the xtick1 line and the axes patch edge. see
12
+ subplot_demo
12
13
13
14
- DONE 2003-11-14 - lowest line position is off in legend_demo
14
15
15
- - the markers for circ and square in the gtk backend do not have the
16
+ - DONE the markers for circ and square in the gtk backend do not have the
16
17
same center. See the stock_demo for example.
17
18
18
19
- DONE 2003-11-16 - GD port of new API not done
Original file line number Diff line number Diff line change 166
166
167
167
-- DONE 2003-12-15 - fix install path bug
168
168
169
- -- Scale line width with DPI
169
+ -- DONE Scale line width with DPI
170
+
171
+ -- DONE 2004-02-06 allow pass of file handle to backend_gd
172
+
173
+ -- check clipping for GD
174
+
175
+ -- Fix GD color allocation bug
176
+
177
+ -- Write install instructions for Paint on win32 and linux
178
+
179
+ -- Write install instructions for gd on win32
180
+
181
+ -- Separate out the backend web pages and get developers to maintain
182
+ them.
183
+
184
+ -- FAQ
185
+
186
+ * numarray
187
+ * pygtk path
188
+ * what's up with show
189
+
190
+ -- explaing the new interactive syntax on
191
+ http://matplotlib.sourceforge.net/interactive.html
170
192
171
- -- allow pass of file handle to backend_gd
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ def f(t):
21
21
xlabel ('time (s)' )
22
22
ylabel ('Undamped' )
23
23
24
- savefig ('subplot_demo' , dpi = 600 )
24
+ # savefig('subplot_demo', dpi=600)
25
25
show ()
26
26
You can’t perform that action at this time.
0 commit comments