|
| 1 | +2010-03-20 Added conditional support for new Tooltip API in gtk backend. - EF |
| 2 | + |
1 | 3 | 2010-03-20 Changed plt.fig_subplot() to plt.subplots() after discussion on
|
2 |
| - list, and changed its API to return axes as a numpy object array |
3 |
| - (with control of dimensions via squeeze keyword). FP. |
| 4 | + list, and changed its API to return axes as a numpy object array |
| 5 | + (with control of dimensions via squeeze keyword). FP. |
4 | 6 |
|
5 | 7 | 2010-03-13 Manually brought in commits from branch
|
6 | 8 |
|
7 | 9 | ------------------------------------------------------------------------
|
8 | 10 | r8191 | leejjoon | 2010-03-13 17:27:57 -0500 (Sat, 13 Mar 2010) | 1 line
|
9 | 11 |
|
10 |
| - fix the bug that handles for scatter are incorrectly set when dpi!=72. Thanks to Ray Speth for the bug report. |
| 12 | + fix the bug that handles for scatter are incorrectly set when dpi!=72. |
| 13 | + Thanks to Ray Speth for the bug report. |
11 | 14 |
|
12 | 15 |
|
13 |
| -2010-03-03 Manually brought in commits from branch via diff/patch (svnmerge is broken) |
| 16 | +2010-03-03 Manually brought in commits from branch via diff/patch |
| 17 | + (svnmerge is broken) |
14 | 18 |
|
15 | 19 | ------------------------------------------------------------------------
|
16 | 20 | r8175 | leejjoon | 2010-03-03 10:03:30 -0800 (Wed, 03 Mar 2010) | 1 line
|
|
35 | 39 |
|
36 | 40 | 2010-02-25 add annotation_demo3.py that demonstrates new functionality. -JJL
|
37 | 41 |
|
38 |
| -2010-02-25 refactor Annotation to support arbitrary Transform as xycoords |
39 |
| - or textcoords. Also, if a tuple of two coordinates is provided, |
40 |
| - they are interpreted as coordinates for each x and y position. |
| 42 | +2010-02-25 refactor Annotation to support arbitrary Transform as xycoords |
| 43 | + or textcoords. Also, if a tuple of two coordinates is provided, |
| 44 | + they are interpreted as coordinates for each x and y position. |
41 | 45 | -JJL
|
42 | 46 |
|
43 | 47 | 2010-02-24 Added pyplot.fig_subplot(), to create a figure and a group of
|
44 |
| - subplots in a single call. This offers an easier pattern than |
45 |
| - manually making figures and calling add_subplot() multiple times. FP |
46 |
| - |
| 48 | + subplots in a single call. This offers an easier pattern than |
| 49 | + manually making figures and calling add_subplot() multiple times. FP |
| 50 | + |
47 | 51 | 2010-02-17 Added Gokhan's and Mattias' customizable keybindings patch
|
48 | 52 | for the toolbar. You can now set the keymap.* properties
|
49 | 53 | in the matplotlibrc file. Newbindings were added for
|
|
67 | 71 | warnings can be turned into fatal errors easily if desired. - FP
|
68 | 72 |
|
69 | 73 | 2010-01-29 Added draggable method to Legend to allow mouse drag
|
70 |
| -placement. Thanks Adam Fraser. JDH |
| 74 | + placement. Thanks Adam Fraser. JDH |
71 | 75 |
|
72 | 76 | 2010-01-25 Fixed a bug reported by Olle Engdegard, when using
|
73 | 77 | histograms with stepfilled and log=True - MM
|
|
0 commit comments