You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/users/prev_whats_new/whats_new_3.6.0.rst
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -470,7 +470,6 @@ control the alignment on existing Legends.
470
470
471
471
.. plot::
472
472
:alt: Figure with 3 subplots. All the subplots are titled test. The three subplots have legends titled alignment='left', alignment='center', alignment='right'. The legend texts are respectively aligned left, center and right,
473
-
:alt: Plot showing a line from 1,2 to 3.5,-0.5. X axis showing the 1, 2 and 3
474
473
:include-source: true
475
474
476
475
fig, axs = plt.subplots(3, 1)
@@ -609,7 +608,7 @@ weight can be set separately from the figure title using :rc:`figure.labelsize`
609
608
and :rc:`figure.labelweight`.
610
609
611
610
.. plot::
612
-
:alt: A figure with 4 plots organised in 2 rows and 2 columns. The title of the figure is suptitle in bold and 64 points. The x axis is labelled supxlabel, and y axis is labelled subylabel. Both labels are 32 points and bold
611
+
:alt: A figure with 4 plots organised in 2 rows and 2 columns. The title of the figure is suptitle in bold and 64 points. The x axis is labelled supxlabel, and y axis is labelled subylabel. Both labels are 32 points and bold.
613
612
:include-source: true
614
613
615
614
# Original (previously combined with below) rcParams:
@@ -677,7 +676,7 @@ The focal length can be calculated from a desired FOV via the equation:
677
676
focal\_length = 1/\tan(FOV/2)
678
677
679
678
.. plot::
680
-
:alt: A figure showing 3 basic 3d Wireframe plots. From left to right, the plots use focal length of 0.2, 1 and infinity. Focal length betwen 0.2 and 1 produce plot with depth while focal length between 1 and infinity show relatively flattened image
679
+
:alt: A figure showing 3 basic 3d Wireframe plots. From left to right, the plots use focal length of 0.2, 1 and infinity. Focal length between 0.2 and 1 produce plot with depth while focal length between 1 and infinity show relatively flattened image.
681
680
:include-source: true
682
681
683
682
from mpl_toolkits.mplot3d import axes3d
@@ -703,7 +702,7 @@ programmatically. The default roll angle of 0 is backwards-compatible with
703
702
existing 3D plots.
704
703
705
704
.. plot::
706
-
:alt:view of a wireframe of a 3d contour that is somewhat a thickend s shape elevation and azimuth are 0 degrees so the shape is veiwed straight on, but tilted because the roll is 30 degrees
705
+
:alt:View of a wireframe of a 3D contour that is somewhat a thickened s shape. Elevation and azimuth are 0 degrees so the shape is viewed straight on, but tilted because the roll is 30 degrees.
707
706
:include-source: true
708
707
709
708
from mpl_toolkits.mplot3d import axes3d
@@ -723,7 +722,7 @@ Users can set the aspect ratio for the X, Y, Z axes of a 3D plot to be 'equal',
723
722
'equalxy', 'equalxz', or 'equalyz' rather than the default of 'auto'.
724
723
725
724
.. plot::
726
-
:alt:5 plots, each showing a different aspect option for a rectangle that has height 4, depth 1, and width 1 auto: none of the dimensions have equal aspect, depth and width form a rectangular and height appears shrunken in proportion. equal: all the dimensions have equal aspect. equalxy: width and depth equal, height not so looks shrunken in proportion. equalyz: depth and height equal, width not so elongated. equalxz: width and height equal, depth not so elongated
725
+
:alt:Five plots, each showing a different aspect option for a rectangle that has height 4, depth 1, and width 1. auto: none of the dimensions have equal aspect, depth and width form a rectangular and height appears shrunken in proportion. equal: all the dimensions have equal aspect. equalxy: width and depth equal, height not so looks shrunken in proportion. equalyz: depth and height equal, width not so elongated. equalxz: width and height equal, depth not so elongated
0 commit comments