Skip to content

Commit b1f4bf2

Browse files
committed
Added Eric's tick direction patch
svn path=/trunk/matplotlib/; revision=1711
1 parent 264474c commit b1f4bf2

File tree

8 files changed

+208
-215
lines changed

8 files changed

+208
-215
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
New entries should be added at the top
22

3+
2005-09-06 Added Eric's tick.direction patch: in or out in rc
4+
35
2005-09-06 Added Martin's rectangle selector widget
6+
47
2005-09-04 Fixed a logic err in text.py that was preventing rgxsuper
58
from matching - JDH
69

TODO

+3-1
Original file line numberDiff line numberDiff line change
@@ -714,4 +714,6 @@ ZeroDivisionError: SeparableTransformation::eval_scalars yin interval is zero; c
714714
which can conflict with code that uses mpl as a library and process
715715
options itself.
716716

717-
-- Darren's black band ps image problem.
717+
-- DONE Darren's black band ps image problem.
718+
719+
-- Martin's zoomhist bug

examples/strip_chart.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"""
2+
This example shows how to emulate a digital osilloscope. See the
3+
animation tutorial at
4+
http://www.scipy.org/wikis/topical_software/Animations
5+
"""
6+
7+
h

0 commit comments

Comments
 (0)