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