@@ -179,7 +179,7 @@ Changes for 0.98.x
179179 to scale one-sided densities by a factor of 2. Also, optionally
180180 scale the densities by the sampling frequency, which gives true values
181181 of densities that can be integrated by the returned frequency values.
182- This also gives better MatLab compatibility. The corresponding
182+ This also gives better MATLAB compatibility. The corresponding
183183 :class: `matplotlib.axes.Axes ` methods and :mod: `matplotlib.pyplot `
184184 functions were updated as well.
185185
@@ -1094,7 +1094,7 @@ Changes for 0.72
10941094 - pylab figure now defaults to num=None, which creates a new figure
10951095 with a guaranteed unique number
10961096
1097- - contour method syntax changed - now it is matlab compatible
1097+ - contour method syntax changed - now it is MATLAB compatible
10981098
10991099 unchanged: contour(Z)
11001100 old: contour(Z, x=Y, y=Y)
@@ -1183,7 +1183,7 @@ Changes for 0.65
11831183::
11841184
11851185
1186- mpl_connect and mpl_disconnect in the matlab interface renamed to
1186+ mpl_connect and mpl_disconnect in the MATLAB interface renamed to
11871187 connect and disconnect
11881188
11891189 Did away with the text methods for angle since they were ambiguous.
@@ -1272,7 +1272,7 @@ Changes for 0.54.3
12721272Changes for 0.54
12731273================
12741274
1275- matlab interface
1275+ MATLAB interface
12761276----------------
12771277
12781278dpi
@@ -1289,7 +1289,7 @@ screen to get true sizes.
12891289pcolor and scatter
12901290~~~~~~~~~~~~~~~~~~
12911291
1292- There are two changes to the matlab interface API, both involving the
1292+ There are two changes to the MATLAB interface API, both involving the
12931293patch drawing commands. For efficiency, pcolor and scatter have been
12941294rewritten to use polygon collections, which are a new set of objects
12951295from matplotlib.collections designed to enable efficient handling of
@@ -1323,7 +1323,7 @@ property, eg to have different line widths, see matplotlib.collections
13231323for a discussion on how to set the properties as a sequence.
13241324
13251325For scatter, the size argument is now in points^2 (the area of the
1326- symbol in points) as in matlab and is not in data coords as before.
1326+ symbol in points) as in MATLAB and is not in data coords as before.
13271327Using sizes in data coords caused several problems. So you will need
13281328to adjust your size arguments accordingly or use scatter_classic.
13291329
@@ -1491,7 +1491,7 @@ Changes for 0.50
14911491
14921492 * backends must implement FigureCanvasBackend (the thing that
14931493 controls the figure and handles the events if any) and
1494- FigureManagerBackend (wraps the canvas and the window for matlab
1494+ FigureManagerBackend (wraps the canvas and the window for MATLAB
14951495 interface). FigureCanvasBase implements a backend switching
14961496 mechanism
14971497
@@ -1514,9 +1514,9 @@ Changes for 0.50
15141514
15151515 Migrating code:
15161516
1517- Matlab interface:
1517+ MATLAB interface:
15181518
1519- The only API change for those using the matlab interface is in how
1519+ The only API change for those using the MATLAB interface is in how
15201520 you call figure redraws for dynamically updating figures. In the
15211521 old API, you did
15221522
@@ -1653,7 +1653,7 @@ Changes for 0.40
16531653 - new module transforms supplies Bound1D, Bound2D and Transform
16541654 instances and more
16551655
1656- - Changes to the matlab helpers API
1656+ - Changes to the MATLAB helpers API
16571657
16581658 * _matlab_helpers.GcfBase is renamed by Gcf. Backends no longer
16591659 need to derive from this class. Instead, they provide a factory
0 commit comments