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

Skip to content

Commit 9b3a37a

Browse files
committed
added rectangle, idle draw and key navigation to tkagg
svn path=/trunk/matplotlib/; revision=483
1 parent be71fa5 commit 9b3a37a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
New entries should be added at the top
22

3+
2004-08-06 Added Tk zoom to rect rectangle, proper idle drawing, and
4+
keybinding - JDH
5+
36
2004-08-05 Updated installing.html and INSTALL - JDH
47

58
2004-08-01 backend_gtk.py: move all drawing code into the expose_event()

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,4 +529,6 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
529529

530530
-- DONE layer image whacked
531531

532-
-- DONE scatter demo2 whacked
532+
-- DONE scatter demo2 whacked
533+
534+
-- fail intelligently when matplotlib data is not found

examples/barchart_demo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
title('Scores by group and gender')
1919
set(gca(), 'xticks', ind+width)
2020
set(gca(), 'xticklabels', ('G1', 'G2', 'G3', 'G4', 'G5') )
21-
set(gca(), 'xlim', [-width,len(ind)])
22-
set(gca(), 'yticks', arange(0,41,10))
2321

2422
legend( (p1[0], p2[0]), ('Men', 'Women') )
2523
#axis([-10, 10, -10, 100])

0 commit comments

Comments
 (0)