8000 added FAQ · matplotlib/matplotlib@ceb3220 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ceb3220

Browse files
committed
added FAQ
svn path=/trunk/matplotlib/; revision=133
1 parent a778908 commit ceb3220

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

KNOWN_BUGS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

TODO

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,27 @@
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

examples/subplot_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ def f(t):
2121
xlabel('time (s)')
2222
ylabel('Undamped')
2323

24-
savefig('subplot_demo', dpi=600)
24+
#savefig('subplot_demo', dpi=600)
2525
show()
2626

0 commit comments

Comments
 (0)
0