@@ -179,7 +179,7 @@ Changes for 0.98.x
179
179
to scale one-sided densities by a factor of 2. Also, optionally
180
180
scale the densities by the sampling frequency, which gives true values
181
181
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
183
183
:class: `matplotlib.axes.Axes ` methods and :mod: `matplotlib.pyplot `
184
184
functions were updated as well.
185
185
@@ -1094,7 +1094,7 @@ Changes for 0.72
1094
1094
- pylab figure now defaults to num=None, which creates a new figure
1095
1095
with a guaranteed unique number
1096
1096
1097
- - contour method syntax changed - now it is matlab compatible
1097
+ - contour method syntax changed - now it is MATLAB compatible
1098
1098
1099
1099
unchanged: contour(Z)
1100
1100
old: contour(Z, x=Y, y=Y)
@@ -1183,7 +1183,7 @@ Changes for 0.65
1183
1183
::
1184
1184
1185
1185
1186
- mpl_connect and mpl_disconnect in the matlab interface renamed to
1186
+ mpl_connect and mpl_disconnect in the MATLAB interface renamed to
1187
1187
connect and disconnect
1188
1188
1189
1189
Did away with the text methods for angle since they were ambiguous.
@@ -1272,7 +1272,7 @@ Changes for 0.54.3
1272
1272
Changes for 0.54
1273
1273
================
1274
1274
1275
- matlab interface
1275
+ MATLAB interface
1276
1276
----------------
1277
1277
1278
1278
dpi
@@ -1289,7 +1289,7 @@ screen to get true sizes.
1289
1289
pcolor and scatter
1290
1290
~~~~~~~~~~~~~~~~~~
1291
1291
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
1293
1293
patch drawing commands. For efficiency, pcolor and scatter have been
1294
1294
rewritten to use polygon collections, which are a new set of objects
1295
1295
from matplotlib.collections designed to enable efficient handling of
@@ -1323,7 +1323,7 @@ property, eg to have different line widths, see matplotlib.collections
1323
1323
for a discussion on how to set the properties as a sequence.
1324
1324
1325
1325
For 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.
1327
1327
Using sizes in data coords caused several problems. So you will need
1328
1328
to adjust your size arguments accordingly or use scatter_classic.
1329
1329
@@ -1491,7 +1491,7 @@ Changes for 0.50
1491
1491
1492
1492
* backends must implement FigureCanvasBackend (the thing that
1493
1493
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
1495
1495
interface). FigureCanvasBase implements a backend switching
1496
1496
mechanism
1497
1497
@@ -1514,9 +1514,9 @@ Changes for 0.50
1514
1514
1515
1515
Migrating code:
1516
1516
1517
- Matlab interface:
1517
+ MATLAB interface:
1518
1518
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
1520
1520
you call figure redraws for dynamically updating figures. In the
1521
1521
old API, you did
1522
1522
@@ -1653,7 +1653,7 @@ Changes for 0.40
1653
1653
- new module transforms supplies Bound1D, Bound2D and Transform
1654
1654
instances and more
1655
1655
1656
- - Changes to the matlab helpers API
1656
+ - Changes to the MATLAB helpers API
1657
1657
1658
1658
* _matlab_helpers.GcfBase is renamed by Gcf. Backends no longer
1659
1659
need to derive from this class. Instead, they provide a factory
0 commit comments