|
1039 | 1039 | 2009-02-02 Change default resolution on polar plot to 1 - MGD |
1040 | 1040 |
|
1041 | 1041 | 2009-02-02 Avoid malloc errors in ttconv for fonts that don't have |
1042 | | - e.g. PostName (a version of Tahoma triggered this) - JKS |
| 1042 | + e.g., PostName (a version of Tahoma triggered this) - JKS |
1043 | 1043 |
|
1044 | 1044 | 2009-01-30 Remove support for pyExcelerator in exceltools -- use xlwt |
1045 | 1045 | instead - JDH |
|
1113 | 1113 | (slanting and extending). - JKS |
1114 | 1114 |
|
1115 | 1115 | 2008-12-29 Fix a bug in pdf usetex support, which occurred if the same |
1116 | | - Type-1 font was used with different encodings, e.g. with |
| 1116 | + Type-1 font was used with different encodings, e.g., with |
1117 | 1117 | Minion Pro and MnSymbol. - JKS |
1118 | 1118 |
|
1119 | 1119 | 2008-12-20 fix the dpi-dependent offset of Shadow. - JJL |
|
1212 | 1212 |
|
1213 | 1213 | 2008-12-08 Some of the changes Michael made to improve the output of |
1214 | 1214 | the property tables in the rest docs broke of made |
1215 | | - difficult to use some of the interactive doc helpers, eg |
| 1215 | + difficult to use some of the interactive doc helpers, e.g., |
1216 | 1216 | setp and getp. Having all the rest markup in the ipython |
1217 | 1217 | shell also confused the docstrings. I added a new rc param |
1218 | 1218 | docstring.harcopy, to format the docstrings differently for |
|
1236 | 1236 | 2008-12-05 Fixed a bug that the handlelength of the new legend class |
1237 | 1237 | set too short when numpoints=1 -JJL |
1238 | 1238 |
|
1239 | | -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 |
1240 | 1240 | Axes.fill_between. -RM |
1241 | 1241 |
|
1242 | 1242 | 2008-12-04 Added fancybox keyword to legend. Also applied some changes |
|
1317 | 1317 | Tollerud and Jae-Joon Lee. - MM |
1318 | 1318 |
|
1319 | 1319 | 2008-10-11 Fixed bug in pdf backend: if you pass a file object for |
1320 | | - 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 |
1321 | 1321 | flush the object at the end. - JKS |
1322 | 1322 |
|
1323 | 1323 | 2008-10-08 Add path simplification support to paths with gaps. - EF |
|
1530 | 1530 | 2008-06-20 Added set/get_closed method to Polygon; fixes error |
1531 | 1531 | in hist - MM |
1532 | 1532 |
|
1533 | | -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 |
1534 | 1534 | rcsetup.py and matplotlibrc.template so that text will |
1535 | 1535 | be scaled by default when changing rcParams['font.size'] - |
1536 | 1536 | EF |
|
2162 | 2162 |
|
2163 | 2163 | 2007-07-31 Refactoring of distutils scripts. |
2164 | 2164 | - Will not fail on the entire build if an optional Python |
2165 | | - package (e.g. Tkinter) is installed but its development |
2166 | | - 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 |
2167 | 2167 | continue to build all other extensions. |
2168 | 2168 | - Provide an overview at the top of the output to display |
2169 | 2169 | what dependencies and their versions were found, and (by |
|
2195 | 2195 | should be changed to ${\cal R}$. Alternatively, you may |
2196 | 2196 | use the new LaTeX-style font commands (\mathcal, \mathrm, |
2197 | 2197 | \mathit, \mathtt) which do affect the following group, |
2198 | | - eg. $\mathcal{R}$. |
| 2198 | + e.g., $\mathcal{R}$. |
2199 | 2199 |
|
2200 | 2200 | Other new features include: |
2201 | 2201 |
|
|
2205 | 2205 |
|
2206 | 2206 | - Sub/superscripts are less likely to accidentally overlap. |
2207 | 2207 |
|
2208 | | - - Support for sub/superscripts in either order, eg. $x^i_j$ |
| 2208 | + - Support for sub/superscripts in either order, e.g., $x^i_j$ |
2209 | 2209 | and $x_j^i$ are equivalent. |
2210 | 2210 |
|
2211 | | - - Double sub/superscripts (eg. $x_i_j$) are considered |
| 2211 | + - Double sub/superscripts (e.g., $x_i_j$) are considered |
2212 | 2212 | ambiguous and raise an exception. Use braces to disambiguate. |
2213 | 2213 |
|
2214 | 2214 | - $\frac{x}{y}$ can be used for displaying fractions. |
|
2471 | 2471 | color-setting operations in the pdf backend. The idea is |
2472 | 2472 | that you include the resulting file in another program and |
2473 | 2473 | set the colors (both stroke and fill color) there, so you |
2474 | | - 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 |
2475 | 2475 | presentation and have them in the surrounding color. You |
2476 | 2476 | will probably not want to draw figure and axis frames in |
2477 | 2477 | that case, since they would be filled in the same color. - JKS |
|
2560 | 2560 | frameowrk. Artists will define their own pick method with |
2561 | 2561 | a configurable epsilon tolerance and return pick attrs. |
2562 | 2562 | All artists that meet the tolerance threshold will fire a |
2563 | | - PickEvent with artist dependent attrs; eg, a Line2D can set |
| 2563 | + PickEvent with artist dependent attrs; e.g., a Line2D can set |
2564 | 2564 | the indices attribute that shows the indices into the line |
2565 | 2565 | that are within epsilon of the pick point. See |
2566 | 2566 | examples/pick_event_demo.py. The implementation of pick |
|
2670 | 2670 |
|
2671 | 2671 | 2006-11-19 Added semi-automatic docstring generation detailing all the |
2672 | 2672 | kwargs that functions take using the artist introspection |
2673 | | - tools; eg 'help text now details the scatter kwargs |
| 2673 | + tools; e.g., 'help text now details the scatter kwargs |
2674 | 2674 | that control the Text properties - JDH |
2675 | 2675 |
|
2676 | 2676 | 2006-11-17 Removed obsolete scatter_classic, leaving a stub to |
|
2960 | 2960 |
|
2961 | 2961 | 2006-06-16 Added a pointer to parent in figure canvas so you can |
2962 | 2962 | access the container with fig.canvas.manager. Useful if |
2963 | | - you want to set the window title, eg in gtk |
| 2963 | + you want to set the window title, e.g., in gtk |
2964 | 2964 | fig.canvas.manager.window.set_title, though a GUI neutral |
2965 | 2965 | method would be preferable JDH |
2966 | 2966 |
|
|
3429 | 3429 |
|
3430 | 3430 | 2005-12-03 Modified scipy patch to support Numeric, scipy and numarray |
3431 | 3431 | Some work remains to be done because some of the scipy |
3432 | | - imports are broken if only the core is installed. Eg |
| 3432 | + imports are broken if only the core is installed. e.g., |
3433 | 3433 | apparently we need from scipy.basic.fftpack import * rather |
3434 | 3434 | than from scipy.fftpack import * |
3435 | 3435 |
|
|
3678 | 3678 | 2005-07-06 Made HOME/.matplotlib the new config dir where the |
3679 | 3679 | matplotlibrc file, the ttf.cache, and the tex.cache live. |
3680 | 3680 | The new default filenames in .matplotlib have no leading |
3681 | | - dot and are not hidden. Eg, the new names are matplotlibrc |
| 3681 | + dot and are not hidden. e.g., the new names are matplotlibrc |
3682 | 3682 | tex.cache ttffont.cache. This is how ipython does it so it |
3683 | 3683 | must be right. If old files are found, a warning is issued |
3684 | 3684 | and they are moved to the new location. Also fixed |
|
3952 | 3952 |
|
3953 | 3953 | 2005-04-11 Applied a variant of rick's xlim/ylim/axis patch. These |
3954 | 3954 | functions now take kwargs to let you selectively alter only |
3955 | | - the min or max if desired. Eg xlim(xmin=2) or |
| 3955 | + the min or max if desired. e.g., xlim(xmin=2) or |
3956 | 3956 | axis(ymax=3). They always return the new lim. - JDH |
3957 | 3957 |
|
3958 | 3958 |
|
|
4081 | 4081 | 2005-02-23 Added rc param ps.useafm so backend ps can use native afm |
4082 | 4082 | fonts or truetype. afme breaks mathtext but causes much |
4083 | 4083 | smaller font sizes and may result in images that display |
4084 | | - better in some contexts (eg pdfs incorporated into latex |
| 4084 | + better in some contexts (e.g., pdfs incorporated into latex |
4085 | 4085 | docs viewed in acrobat reader). I would like to extend |
4086 | 4086 | this approach to allow the user to use truetype only for |
4087 | 4087 | mathtext, which should be easy. |
|
4209 | 4209 |
|
4210 | 4210 | 2005-01-18 Added accents to mathtext: \hat, \breve, \grave, \bar, |
4211 | 4211 | \acute, \tilde, \vec, \dot, \ddot. All of them have the |
4212 | | - 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 |
4213 | 4213 | make an o umlaut you do \ddot{o}. The shortcuts are also |
4214 | | - provided, eg: \"o \'e \`e \~n \.x \^y - JDH |
| 4214 | + provided, e.g., \"o \'e \`e \~n \.x \^y - JDH |
4215 | 4215 |
|
4216 | 4216 | 2005-01-18 Plugged image resize memory leaks - JDH |
4217 | 4217 |
|
|
4378 | 4378 |
|
4379 | 4379 | 2004-12-04 Fixed some legend bugs JDH |
4380 | 4380 |
|
4381 | | -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, |
4382 | 4382 | y, lw=2). Works with any plot function. |
4383 | 4383 |
|
4384 | 4384 | 2004-11-30 Added bbox property to text - JDH |
|
4554 | 4554 | 2004-09-17 Added coords formatter attributes. These must be callable, |
4555 | 4555 | and return a string for the x or y data. These will be used |
4556 | 4556 | to format the x and y data for the coords box. Default is |
4557 | | - the axis major formatter. Eg |
| 4557 | + the axis major formatter. e.g.: |
4558 | 4558 |
|
4559 | 4559 | # format the coords message box |
4560 | 4560 | def price(x): return '$%1.2f'%x |
|
0 commit comments