|
| 1 | +2013-04-15 Added 'axes.xmargin' and 'axes.ymargin' to rpParams to set default |
| 2 | + margins on auto-scaleing. - TAC |
| 3 | + |
| 4 | +2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot` |
| 5 | + kwargs are passed to the underlying `plot` call. -TAC |
| 6 | + |
| 7 | +2013-02-25 Added classes CubicTriInterpolator, UniformTriRefiner, TriAnalyzer |
| 8 | + to matplotlib.tri module. - GBy |
| 9 | + |
| 10 | +2013-01-23 Add 'savefig.directory' to rcParams to remember and fill in the last |
| 11 | + directory saved to for figure save dialogs - Martin Spacek |
| 12 | + |
| 13 | +2013-01-13 Add eventplot method to axes and pyplot and EventCollection class |
| 14 | + to collections. |
| 15 | + |
| 16 | +2013-01-08 Added two extra titles to axes which are flush with the left and |
| 17 | + right edges of the plot respectively. |
| 18 | + Andrew Dawson |
| 19 | + |
1 | 20 | 2013-01-07 Add framealpha keyword argument to legend - PO |
2 | 21 |
|
| 22 | +2013-01-16 Till Stensitzki added a baseline feature to stackplot |
| 23 | + |
3 | 24 | 2012-12-22 Added classes for interpolation within triangular grids |
4 | 25 | (LinearTriInterpolator) and to find the triangles in which points |
5 | 26 | lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT |
|
32 | 53 | _get_rbg_face except it return a (r,g,b,a) tuble, to line2D. |
33 | 54 | Modified Line2D.draw to use _get_rbga_face to get the markerface |
34 | 55 | color so that any alpha set by markerfacecolor will respected. |
35 | | - - Thomas Caswell |
| 56 | + - Thomas Caswell |
36 | 57 |
|
37 | 58 | 2012-11-13 Add a symmetric log normalization class to colors.py. |
38 | 59 | Also added some tests for the normalization class. |
|
1018 | 1039 | 2009-02-02 Change default resolution on polar plot to 1 - MGD |
1019 | 1040 |
|
1020 | 1041 | 2009-02-02 Avoid malloc errors in ttconv for fonts that don't have |
1021 | | - e.g. PostName (a version of Tahoma triggered this) - JKS |
| 1042 | + e.g., PostName (a version of Tahoma triggered this) - JKS |
1022 | 1043 |
|
1023 | 1044 | 2009-01-30 Remove support for pyExcelerator in exceltools -- use xlwt |
1024 | 1045 | instead - JDH |
|
1092 | 1113 | (slanting and extending). - JKS |
1093 | 1114 |
|
1094 | 1115 | 2008-12-29 Fix a bug in pdf usetex support, which occurred if the same |
1095 | | - Type-1 font was used with different encodings, e.g. with |
| 1116 | + Type-1 font was used with different encodings, e.g., with |
1096 | 1117 | Minion Pro and MnSymbol. - JKS |
1097 | 1118 |
|
1098 | 1119 | 2008-12-20 fix the dpi-dependent offset of Shadow. - JJL |
|
1191 | 1212 |
|
1192 | 1213 | 2008-12-08 Some of the changes Michael made to improve the output of |
1193 | 1214 | the property tables in the rest docs broke of made |
1194 | | - difficult to use some of the interactive doc helpers, eg |
| 1215 | + difficult to use some of the interactive doc helpers, e.g., |
1195 | 1216 | setp and getp. Having all the rest markup in the ipython |
1196 | 1217 | shell also confused the docstrings. I added a new rc param |
1197 | 1218 | docstring.harcopy, to format the docstrings differently for |
|
1215 | 1236 | 2008-12-05 Fixed a bug that the handlelength of the new legend class |
1216 | 1237 | set too short when numpoints=1 -JJL |
1217 | 1238 |
|
1218 | | -2008-12-04 Added support for data with units (e.g. dates) to |
| 1239 | +2008-12-04 Added support for data with units (e.g., dates) to |
1219 | 1240 | Axes.fill_between. -RM |
1220 | 1241 |
|
1221 | 1242 | 2008-12-04 Added fancybox keyword to legend. Also applied some changes |
|
1296 | 1317 | Tollerud and Jae-Joon Lee. - MM |
1297 | 1318 |
|
1298 | 1319 | 2008-10-11 Fixed bug in pdf backend: if you pass a file object for |
1299 | | - output instead of a filename, e.g. in a wep app, we now |
| 1320 | + output instead of a filename, e.g., in a wep app, we now |
1300 | 1321 | flush the object at the end. - JKS |
1301 | 1322 |
|
1302 | 1323 | 2008-10-08 Add path simplification support to paths with gaps. - EF |
|
1509 | 1530 | 2008-06-20 Added set/get_closed method to Polygon; fixes error |
1510 | 1531 | in hist - MM |
1511 | 1532 |
|
1512 | | -2008-06-19 Use relative font sizes (e.g. 'medium' and 'large') in |
| 1533 | +2008-06-19 Use relative font sizes (e.g., 'medium' and 'large') in |
1513 | 1534 | rcsetup.py and matplotlibrc.template so that text will |
1514 | 1535 | be scaled by default when changing rcParams['font.size'] - |
1515 | 1536 | EF |
|
2141 | 2162 |
|
2142 | 2163 | 2007-07-31 Refactoring of distutils scripts. |
2143 | 2164 | - Will not fail on the entire build if an optional Python |
2144 | | - package (e.g. Tkinter) is installed but its development |
2145 | | - headers are not (e.g. tk-devel). Instead, it will |
| 2165 | + package (e.g., Tkinter) is installed but its development |
| 2166 | + headers are not (e.g., tk-devel). Instead, it will |
2146 | 2167 | continue to build all other extensions. |
2147 | 2168 | - Provide an overview at the top of the output to display |
2148 | 2169 | what dependencies and their versions were found, and (by |
|
2174 | 2195 | should be changed to ${\cal R}$. Alternatively, you may |
2175 | 2196 | use the new LaTeX-style font commands (\mathcal, \mathrm, |
2176 | 2197 | \mathit, \mathtt) which do affect the following group, |
2177 | | - eg. $\mathcal{R}$. |
| 2198 | + e.g., $\mathcal{R}$. |
2178 | 2199 |
|
2179 | 2200 | Other new features include: |
2180 | 2201 |
|
|
2184 | 2205 |
|
2185 | 2206 | - Sub/superscripts are less likely to accidentally overlap. |
2186 | 2207 |
|
2187 | | - - Support for sub/superscripts in either order, eg. $x^i_j$ |
| 2208 | + - Support for sub/superscripts in either order, e.g., $x^i_j$ |
2188 | 2209 | and $x_j^i$ are equivalent. |
2189 | 2210 |
|
2190 | | - - Double sub/superscripts (eg. $x_i_j$) are considered |
| 2211 | + - Double sub/superscripts (e.g., $x_i_j$) are considered |
2191 | 2212 | ambiguous and raise an exception. Use braces to disambiguate. |
2192 | 2213 |
|
2193 | 2214 | - $\frac{x}{y}$ can be used for displaying fractions. |
|
2450 | 2471 | color-setting operations in the pdf backend. The idea is |
2451 | 2472 | that you include the resulting file in another program and |
2452 | 2473 | set the colors (both stroke and fill color) there, so you |
2453 | | - can use the same pdf file for e.g. a paper and a |
| 2474 | + can use the same pdf file for e.g., a paper and a |
2454 | 2475 | presentation and have them in the surrounding color. You |
2455 | 2476 | will probably not want to draw figure and axis frames in |
2456 | 2477 | that case, since they would be filled in the same color. - JKS |
|
2539 | 2560 | frameowrk. Artists will define their own pick method with |
2540 | 2561 | a configurable epsilon tolerance and return pick attrs. |
2541 | 2562 | All artists that meet the tolerance threshold will fire a |
2542 | | - PickEvent with artist dependent attrs; eg, a Line2D can set |
| 2563 | + PickEvent with artist dependent attrs; e.g., a Line2D can set |
2543 | 2564 | the indices attribute that shows the indices into the line |
2544 | 2565 | that are within epsilon of the pick point. See |
2545 | 2566 | examples/pick_event_demo.py. The implementation of pick |
|
2649 | 2670 |
|
2650 | 2671 | 2006-11-19 Added semi-automatic docstring generation detailing all the |
2651 | 2672 | kwargs that functions take using the artist introspection |
2652 | | - tools; eg 'help text now details the scatter kwargs |
| 2673 | + tools; e.g., 'help text now details the scatter kwargs |
2653 | 2674 | that control the Text properties - JDH |
2654 | 2675 |
|
2655 | 2676 | 2006-11-17 Removed obsolete scatter_classic, leaving a stub to |
|
2939 | 2960 |
|
2940 | 2961 | 2006-06-16 Added a pointer to parent in figure canvas so you can |
2941 | 2962 | access the container with fig.canvas.manager. Useful if |
2942 | | - you want to set the window title, eg in gtk |
| 2963 | + you want to set the window title, e.g., in gtk |
2943 | 2964 | fig.canvas.manager.window.set_title, though a GUI neutral |
2944 | 2965 | method would be preferable JDH |
2945 | 2966 |
|
|
3408 | 3429 |
|
3409 | 3430 | 2005-12-03 Modified scipy patch to support Numeric, scipy and numarray |
3410 | 3431 | Some work remains to be done because some of the scipy |
3411 | | - imports are broken if only the core is installed. Eg |
| 3432 | + imports are broken if only the core is installed. e.g., |
3412 | 3433 | apparently we need from scipy.basic.fftpack import * rather |
3413 | 3434 | than from scipy.fftpack import * |
3414 | 3435 |
|
|
3657 | 3678 | 2005-07-06 Made HOME/.matplotlib the new config dir where the |
3658 | 3679 | matplotlibrc file, the ttf.cache, and the tex.cache live. |
3659 | 3680 | The new default filenames in .matplotlib have no leading |
3660 | | - dot and are not hidden. Eg, the new names are matplotlibrc |
| 3681 | + dot and are not hidden. e.g., the new names are matplotlibrc |
3661 | 3682 | tex.cache ttffont.cache. This is how ipython does it so it |
3662 | 3683 | must be right. If old files are found, a warning is issued |
3663 | 3684 | and they are moved to the new location. Also fixed |
|
3931 | 3952 |
|
3932 | 3953 | 2005-04-11 Applied a variant of rick's xlim/ylim/axis patch. These |
3933 | 3954 | functions now take kwargs to let you selectively alter only |
3934 | | - the min or max if desired. Eg xlim(xmin=2) or |
| 3955 | + the min or max if desired. e.g., xlim(xmin=2) or |
3935 | 3956 | axis(ymax=3). They always return the new lim. - JDH |
3936 | 3957 |
|
3937 | 3958 |
|
|
4060 | 4081 | 2005-02-23 Added rc param ps.useafm so backend ps can use native afm |
4061 | 4082 | fonts or truetype. afme breaks mathtext but causes much |
4062 | 4083 | smaller font sizes and may result in images that display |
4063 | | - better in some contexts (eg pdfs incorporated into latex |
| 4084 | + better in some contexts (e.g., pdfs incorporated into latex |
4064 | 4085 | docs viewed in acrobat reader). I would like to extend |
4065 | 4086 | this approach to allow the user to use truetype only for |
4066 | 4087 | mathtext, which should be easy. |
|
4188 | 4209 |
|
4189 | 4210 | 2005-01-18 Added accents to mathtext: \hat, \breve, \grave, \bar, |
4190 | 4211 | \acute, \tilde, \vec, \dot, \ddot. All of them have the |
4191 | | - same syntax, eg to make an overbar you do \bar{o} or to |
| 4212 | + same syntax, e.g., to make an overbar you do \bar{o} or to |
4192 | 4213 | make an o umlaut you do \ddot{o}. The shortcuts are also |
4193 | | - provided, eg: \"o \'e \`e \~n \.x \^y - JDH |
| 4214 | + provided, e.g., \"o \'e \`e \~n \.x \^y - JDH |
4194 | 4215 |
|
4195 | 4216 | 2005-01-18 Plugged image resize memory leaks - JDH |
4196 | 4217 |
|
|
4357 | 4378 |
|
4358 | 4379 | 2004-12-04 Fixed some legend bugs JDH |
4359 | 4380 |
|
4360 | | -2004-11-30 Added over command for oneoff over plots. Eg over(plot, x, |
| 4381 | +2004-11-30 Added over command for oneoff over plots. e.g., over(plot, x, |
4361 | 4382 | y, lw=2). Works with any plot function. |
4362 | 4383 |
|
4363 | 4384 | 2004-11-30 Added bbox property to text - JDH |
|
4533 | 4554 | 2004-09-17 Added coords formatter attributes. These must be callable, |
4534 | 4555 | and return a string for the x or y data. These will be used |
4535 | 4556 | to format the x and y data for the coords box. Default is |
4536 | | - the axis major formatter. Eg |
| 4557 | + the axis major formatter. e.g.: |
4537 | 4558 |
|
4538 | 4559 | # format the coords message box |
4539 | 4560 | def price(x): return '$%1.2f'%x |
|
0 commit comments