File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ KNOWN BUGS
77
88 - DONE - autoscale on y not satisfactory -- see histogram demo
99
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
1213
1314 - DONE 2003-11-14 - lowest line position is off in legend_demo
1415
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
1617 same center. See the stock_demo for example.
1718
1819 - DONE 2003-11-16 - GD port of new API not done
Original file line number Diff line number Diff line change 166166
167167-- DONE 2003-12-15 - fix install path bug
168168
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
170192
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):
2121xlabel ('time (s)' )
2222ylabel ('Undamped' )
2323
24- savefig ('subplot_demo' , dpi = 600 )
24+ # savefig('subplot_demo', dpi=600)
2525show ()
2626
You can’t perform that action at this time.
0 commit comments