10000 Fix baseline images and whatsnew note. · matplotlib/matplotlib@0492b88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0492b88

Browse files
committed
Fix baseline images and whatsnew note.
1 parent 0848bd1 commit 0492b88

File tree

6 files changed

+52
-80
lines changed

6 files changed

+52
-80
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
``Axes3D`` no longer distorts the 3d plot to match the 2d aspect ratio
22
----------------------------------------------------------------------
33

4-
Plots made with :class:`~mpl_toolkits.mplot3d.Axes3D` were previously stretched
5-
to fit a square bounding box. aS this stretching was done after the projection
6-
from 3D to 2D, it resulted in distorted images if non-square bounding boxes
7-
were used.
4+
Plots made with :class:`~mpl_toolkits.mplot3d.axes3d.Axes3D` were previously
5+
stretched to fit a square bounding box. As this stretching was done after
6+
the projection from 3D to 2D, it resulted in distorted images if non-square
7+
bounding boxes were used.
88

99
As of this release, this no longer occurs.
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
0