Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb00e6b

Browse files
committed
updated transform docs
svn path=/trunk/matplotlib/; revision=71
1 parent 41d0915 commit eb00e6b

1 file changed

Lines changed: 35 additions & 46 deletions

File tree

TODO

Lines changed: 35 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- add print/save functionality. Currently you can save by right
1+
-- ALMOST DONE : add print/save functionality. Currently you can save by right
22
clicking on the fig window, but you must have nothing in front of
33
the window. I suppose I need to first draw to a pixbuf. I would
44
also like to control the resolution.
@@ -7,30 +7,22 @@
77
command line, but the GUI needs to be updated to allow resolution
88
to be set along with filename
99

10-
-- fix text size calculations using pango layouts:
11-
12-
DONE
10+
-- DONE : fix text size calculations using pango layouts:
1311

14-
-- add a font selection dialog for the axis text
12+
-- DROPPED : add a font selection dialog for the axis text
1513

16-
-- enable vertical rendering for ylabels:
14+
-- DONE enable vertical rendering for ylabels:
1715

18-
DONE
19-
20-
-- enable anti aliasing for fonts:
21-
22-
DONE with pango
16+
-- DONE with pango : enable anti aliasing for fonts
2317

2418
-- enable fancy text labels (eg, greek letters, math symbols,
2519
superscripts) ala TeX or unicode
2620

27-
-- add a color selection dialog for the background, lines, and text
21+
-- DROPPED add a color selection dialog for the background, lines, and text
2822

29-
-- allow interactive control of the plot from the python shell after
23+
-- DONE allow interactive control of the plot from the python shell after
3024
it has been launched using the cookbook thread recipe.
3125

32-
DONE
33-
3426
-- write a user guide
3527

3628
-- allow more intelligent choice of tick labels and locs when panning and
@@ -51,39 +43,31 @@
5143
about the x values. Is there an tranformation or rounding problem
5244
occurring somewhere?
5345

54-
-- Clip patches outside view port
55-
56-
DONE
46+
-- DONE Clip patches outside view port
5747

58-
-- Allow background color to be set for subplots
48+
-- DONE: subplot now takes a kwarg axisbg with color format string
49+
just as axes does : Allow background color to be set for subplots
5950

60-
DONE: subplot now takes a kwarg axisbg with color format string
61-
just as axes does
62-
63-
-- Expose bug on win32 for axis text
51+
-- DONE Expose bug on win32 for axis text
6452

6553
-- Fix floating point bug on panx/pany where 0 is computed as 5e-17
6654

6755
UPDATE: hack workaround. If the distance of the tickloc from the
6856
nearest integer is a small fraction of the view lim, just use the
6957
integer
7058

71-
-- fmt process bug on this kind of plot command (2nd of 3 has no
72-
format string)
59+
-- DONE: 2003-05-12 fixed _grab_next_args in figure.py : fmt process
60+
bug on this kind of plot command (2nd of 3 has no format string)
7361

7462
plot(t1, p1, 'o', t2, p2, ogtt.times, ogtt.cpeptide, 's')
7563

76-
DONE: 2003-05-12 fixed _grab_next_args in figure.py
77-
78-
-- xlabel is lower than it needs to be
79-
80-
UPDATE: made a change -- make sure this works
64+
8165

82-
-- interactive setting of x/ylabels doesn't redraw all labels unless
83-
you click a forced redraw
66+
-- DONE xlabel is lower than it needs to be
8467

85-
DONE 2003-05-12 Removed some of the state handling of text labels
86-
so they always redraw
68+
-- DONE 2003-05-12 Removed some of the state handling of text labels
69+
so they always redraw: interactive setting of x/ylabels doesn't
70+
redraw all labels unless you click a forced redraw
8771

8872
-- When you change a property using the OO interface in interactive,
8973
the figure doesn't know to redraw.
@@ -99,17 +83,13 @@
9983
kind of code intrusive.
10084

10185

102-
-- on exit from interactive.py call gtk. mainquit
86+
-- DONE 2003-05-11 on exit from interactive.py call gtk. mainquit
10387

104-
DONE 2003-05-11
88+
-- DONE 2003-05-11 pan/zoom on axes_demo flushes insets
10589

106-
-- pan/zoom on axes_demo flushes insets
107-
108-
DONE 2003-05-11
109-
110-
-- raise the figure returned by figure but don't give it the focus
111-
112-
DONE 2003-05-12 with window.window.raise_()
90+
-- DONE 2003-05-12 with window.window.raise_() : raise the figure
91+
returned by figure but don't give it the focus
92+
11393

11494
-- when you toggle an axes for interactive navigation, make sure a
11595
checked on appears as the default is one is checked
@@ -131,9 +111,9 @@
131111

132112
-- Allow gca not gca(); ditto for gcf()
133113

134-
-- Fix legend to take a vector of line handles
114+
-- DONE Fix legend to take a vector of line handles
135115

136-
-- Fix legend bug on win32 and stock_demo. This appears to be GTK
116+
-- DONE Fix legend bug on win32 and stock_demo. This appears to be GTK
137117
specific
138118

139119
-- ticks too short with log scaling
@@ -159,4 +139,13 @@
159139

160140
-- allow rectangle select region for zoom tool
161141

162-
- update Debian section on web page
142+
-- update Debian section on web page
143+
144+
-- auto line style cycling for multiple line types broken
145+
146+
-- DONE 2003-11-18 (using inkrect) :logical rect too big on gtk backend
147+
148+
-- DONE 2003-11-18 ticks don't reach edge of axes in gtk mode --
149+
rounding error?
150+
151+
-- port Gary's errorbar code to new API before 0.40

0 commit comments

Comments
 (0)