@@ -1902,6 +1902,8 @@ def text(self, x, y, z, s, zdir=None, *, axlim_clip=False, **kwargs):
1902
1902
See `.get_dir_vector` for a description of the values.
1903
1903
axlim_clip : bool, default: False
1904
1904
Whether to hide text that is outside the axes view limits.
1905
+
1906
+ .. versionadded:: 3.10
1905
1907
**kwargs
1906
1908
Other arguments are forwarded to `matplotlib.axes.Axes.text`.
1907
1909
@@ -1934,6 +1936,8 @@ def plot(self, xs, ys, *args, zdir='z', axlim_clip=False, **kwargs):
1934
1936
When plotting 2D data, the direction to use as z.
1935
1937
axlim_clip : bool, default: False
1936
1938
Whether to hide data that is outside the axes view limits.
1939
+
1940
+ .. versionadded:: 3.10
1937
1941
**kwargs
1938
1942
Other arguments are forwarded to `matplotlib.axes.Axes.plot`.
1939
1943
"""
@@ -1972,6 +1976,8 @@ def fill_between(self, x1, y1, z1, x2, y2, z2, *,
1972
1976
polygons that are filled. All points must be the same length N, or a
1973
1977
single value to be used for all points.
1974
1978
1979
+ .. versionadded:: 3.10
1980
+
1975
1981
Parameters
1976
1982
----------
1977
1983
x1, y1, z1 : float or 1D array-like
@@ -2012,6 +2018,8 @@ def fill_between(self, x1, y1, z1, x2, y2, z2, *,
2012
2018
axlim_clip : bool, default: False
2013
2019
Whether to hide data that is outside the axes view limits.
2014
2020
2021
+ .. versionadded:: 3.10
2022
+
2015
2023
**kwargs
2016
2024
All other keyword arguments are passed on to `.Poly3DCollection`.
2017
2025
@@ -2157,6 +2165,8 @@ def plot_surface(self, X, Y, Z, *, norm=None, vmin=None,
2157
2165
axlim_clip : bool, default: False
2158
2166
Whether to hide patches with a vertex outside the axes view limits.
2159
2167
2168
+ .. versionadded:: 3.10
2169
+
2160
2170
**kwargs
2161
2171
Other keyword arguments are forwarded to `.Poly3DCollection`.
2162
2172
"""
@@ -2305,6 +2315,8 @@ def plot_wireframe(self, X, Y, Z, *, axlim_clip=False, **kwargs):
2305
2315
Whether to hide lines and patches with vertices outside the axes
2306
2316
view limits.
2307
2317
2318
+ .. versionadded:: 3.10
2319
+
2308
2320
rcount, ccount : int
2309
2321
Maximum number of samples used in each direction. If the input
2310
2322
data is larger, it will be downsampled (by slicing) to these
@@ -2452,6 +2464,8 @@ def plot_trisurf(self, *args, color=None, norm=None, vmin=None, vmax=None,
2452
2464
The lightsource to use when *shade* is True.
2453
2465
axlim_clip : bool, default: False
2454
2466
Whether to hide patches with a vertex outside the axes view limits.
2467
+
2468
+ .. versionadded:: 3.10
2455
2469
**kwargs
2456
2470
All other keyword arguments are passed on to
2457
2471
:class:`~mpl_toolkits.mplot3d.art3d.Poly3DCollection`
@@ -2595,6 +2609,8 @@ def contour(self, X, Y, Z, *args,
2595
2609
position in a plane normal to *zdir*.
2596
2610
axlim_clip : bool, default: False
2597
2611
Whether to hide lines with a vertex outside the axes view limits.
2612
+
2613
+ .. versionadded:: 3.10
2598
2614
data : indexable object, optional
2599
2615
DATA_PARAMETER_PLACEHOLDER
2600
2616
@@ -2642,6 +2658,8 @@ def tricontour(self, *args,
2642
2658
position in a plane normal to *zdir*.
2643
2659
axlim_clip : bool, default: False
2644
2660
Whether to hide lines with a vertex outside the axes view limits.
2661
+
2662
+ .. versionadded:: 3.10
2645
2663
data : indexable object, optional
2646
2664
DATA_PARAMETER_PLACEHOLDER
2647
2665
*args, **kwargs
@@ -2699,6 +2717,8 @@ def contourf(self, X, Y, Z, *args,
2699
2717
position in a plane normal to *zdir*.
2700
2718
axlim_clip : bool, default: False
2701
2719
Whether to hide lines with a vertex outside the axes view limits.
2720
+
2721
+ .. versionadded:: 3.10
2702
2722
data : indexable object, optional
2703
2723
DATA_PARAMETER_PLACEHOLDER
2704
2724
*args, **kwargs
@@ -2739,6 +2759,8 @@ def tricontourf(self, *args, zdir='z', offset=None, axlim_clip=False, **kwargs):
2739
2759
position in a plane normal to zdir.
2740
2760
axlim_clip : bool, default: False
2741
2761
Whether to hide lines with a vertex outside the axes view limits.
2762
+
2763
+ .. versionadded:: 3.10
2742
2764
data : indexable object, optional
2743
2765
DATA_PARAMETER_PLACEHOLDER
2744
2766
*args, **kwargs
@@ -2797,6 +2819,8 @@ def add_collection3d(self, col, zs=0, zdir='z', autolim=True, *,
2797
2819
Whether to update the data limits.
2798
2820
axlim_clip : bool, default: False
2799
2821
Whether to hide the scatter points outside the axes view limits.
2822
+
2823
+ .. versionadded:: 3.10
2800
2824
"""
2801
2825
had_data = self .has_data ()
2802
2826
@@ -2878,6 +2902,8 @@ def scatter(self, xs, ys,
2878
2902
independently.
2879
2903
axlim_clip : bool, default: False
2880
2904
Whether to hide the scatter points outside the axes view limits.
2905
+
2906
+ .. versionadded:: 3.10
2881
2907
data : indexable object, optional
2882
2908
DATA_PARAMETER_PLACEHOLDER
2883
2909
**kwargs
@@ -2937,6 +2963,8 @@ def bar(self, left, height, zs=0, zdir='z', *args,
2937
2963
When plotting 2D data, the direction to use as z ('x', 'y' or 'z').
2938
2964
axlim_clip : bool, default: False
2939
2965
Whether to hide bars with points outside the axes view limits.
2966
+
2967
+ .. versionadded:: 3.10
2940
2968
data : indexable object, optional
2941
2969
DATA_PARAMETER_PLACEHOLDER
2942
2970
**kwargs
@@ -3029,6 +3057,8 @@ def bar3d(self, x, y, z, dx, dy, dz, color=None,
3029
3057
axlim_clip : bool, default: False
3030
3058
Whether to hide the bars with points outside the axes view limits.
3031
3059
3060
+ .. versionadded:: 3.10
3061
+
3032
3062
data : indexable object, optional
3033
3063
DATA_PARAMETER_PLACEHOLDER
3034
3064
@@ -3187,6 +3217,8 @@ def quiver(self, X, Y, Z, U, V, W, *,
3187
3217
axlim_clip : bool, default: False
3188
3218
Whether to hide arrows with points outside the axes view limits.
3189
3219
3220
+ .. versionadded:: 3.10
3221
+
3190
3222
data : indexable object, optional
3191
3223
DATA_PARAMETER_PLACEHOLDER
3192
3224
@@ -3328,6 +3360,8 @@ def voxels(self, *args, facecolors=None, edgecolors=None, shade=True,
3328
3360
axlim_clip : bool, default: False
3329
3361
Whether to hide voxels with points outside the axes view limits.
3330
3362
3363
+ .. versionadded:: 3.10
3364
+
3331
3365
**kwargs
3332
3366
Additional keyword arguments to pass onto
3333
3367
`~mpl_toolkits.mplot3d.art3d.Poly3DCollection`.
@@ -3576,6 +3610,8 @@ def errorbar(self, x, y, z, zerr=None, yerr=None, xerr=None, fmt='',
3576
3610
axlim_clip : bool, default: False
3577
3611
Whether to hide error bars that are outside the axes limits.
3578
3612
3613
+ .. versionadded:: 3.10
3614
+
3579
3615
Returns
3580
3616
-------
3581
3617
errlines : list
@@ -3893,6 +3929,8 @@ def stem(self, x, y, z, *, linefmt='C0-', markerfmt='C0o', basefmt='C3-',
3893
3929
axlim_clip : bool, default: False
3894
3930
Whether to hide stems that are outside the axes limits.
3895
3931
3932
+ .. versionadded:: 3.10
3933
+
3896
3934
data : indexable object, optional
3897
3935
DATA_PARAMETER_PLACEHOLDER
3898
3936
0 commit comments