Menu

/trunk/matplotlib/lib/matplotlib/cbook.py Commit Log


Commit Date  
[r5829] (42.4 kB) by dmkaplan

Slight documentation changes.

2008-07-24 08:06:45 View
Download
[r5824] (42.2 kB) by dmkaplan

Fix to is_scalar plus additional functions in cbook.py:

less_simple_linear_interpolation
isvector
vector_lengths
distances_along_curve
path_length
is_closed_polygon

2008-07-23 14:18:41 View
Download
[r5822] (39.1 kB) by jdh2358

fixed is_scalar -- good catch david

2008-07-23 13:16:28 View
Download
[r5812] (39.1 kB) by efiring

Moved unmasked_index_ranges from lines.py to cbook.py

2008-07-22 18:43:38 View
Download
[r5811] (37.3 kB) by efiring

Add deprecation warning to cbook.popd

2008-07-22 18:05:32 View
Download
[r5810] (37.2 kB) by efiring

Cleanup in delete_masked_points

2008-07-22 18:00:49 View
Download
[r5797] (37.4 kB) by efiring

Expanded delete_masked_points to handle more types of argument

2008-07-21 00:22:19 View
Download
[r5794] (35.9 kB) by ryanmay

Move delete_masked_points() from axes.py to cbook.py so that it's available to more places.

2008-07-20 02:59:00 View
Download
[r5789] (34.4 kB) by dmkaplan

Fixing bug in is_sequence_of_strings.

2008-07-18 18:59:57 View
Download
[r5786] (34.4 kB) by dmkaplan

Making a number of changes related to "blocking" stuff:

1) Adding to cbook.py a method is_sequence_of_strings that is then used in
BlockingInput to test for a tuple-like sequence of event names

2) Modified the use of *fmt* in clabel so that it an also be a
dictionary matching contour levels to arbitrary strings.

3) Removing the extraneous np.array or np.asarray commands in ContourLabeler
as they were forcing linecontour to array, but linecontour should already
be an array.

4) In blocking_input.py replacing all print commands with calls to
matplotlib.verbose.report

5) Removing extra cleanup call from BlockingInput as finally is always
executed, regardless of exception status.

6) Removing what appears to be a "patch" command screwup - there were two
versions of several of the Blocking* classes in blocking_input.py

2008-07-18 08:43:03 View
Download
Older >