@@ -2668,10 +2668,8 @@ def stem(
2668
2668
2669
2669
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2670
2670
@docstring .copy_dedent (Axes .step )
2671
- def step (x , y , * args , where = 'pre' , linestyle = '' , data = None , ** kwargs ):
2672
- return gca ().step (
2673
- x = x , y = y , * args , where = where , linestyle = linestyle , data = data ,
2674
- ** kwargs )
2671
+ def step (x , y , * args , where = 'pre' , data = None , ** kwargs ):
2672
+ return gca ().step (x = x , y = y , * args , where = where , data = data , ** kwargs )
2675
2673
2676
2674
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2677
2675
@_autogen_docstring (Axes .streamplot )
@@ -2815,7 +2813,6 @@ def autumn():
2815
2813
"""
2816
2814
set_cmap ("autumn" )
2817
2815
2818
-
2819
2816
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2820
2817
def bone ():
2821
2818
"""
@@ -2826,7 +2823,6 @@ def bone():
2826
2823
"""
2827
2824
set_cmap ("bone" )
2828
2825
2829
-
2830
2826
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2831
2827
def cool ():
2832
2828
"""
@@ -2837,7 +2833,6 @@ def cool():
2837
2833
"""
2838
2834
set_cmap ("cool" )
2839
2835
2840
-
2841
2836
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2842
2837
def copper ():
2843
2838
"""
@@ -2848,7 +2843,6 @@ def copper():
2848
2843
"""
2849
2844
set_cmap ("copper" )
2850
2845
2851
-
2852
2846
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2853
2847
def flag ():
2854
2848
"""
@@ -2859,7 +2853,6 @@ def flag():
2859
2853
"""
2860
2854
set_cmap ("flag" )
2861
2855
2862
-
2863
2856
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2864
2857
def gray ():
2865
2858
"""
@@ -2870,7 +2863,6 @@ def gray():
2870
2863
"""
2871
2864
set_cmap ("gray" )
2872
2865
2873
-
2874
2866
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2875
2867
def hot ():
2876
2868
"""
@@ -2881,7 +2873,6 @@ def hot():
2881
2873
"""
2882
2874
set_cmap ("hot" )
2883
2875
2884
-
2885
2876
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2886
2877
def hsv ():
2887
2878
"""
@@ -2892,7 +2883,6 @@ def hsv():
2892
2883
"""
2893
2884
set_cmap ("hsv" )
2894
2885
2895
-
2896
2886
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2897
2887
def jet ():
2898
2888
"""
@@ -2903,7 +2893,6 @@ def jet():
2903
2893
"""
2904
2894
set_cmap ("jet" )
2905
2895
2906
-
2907
2896
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2908
2897
def pink ():
2909
2898
"""
@@ -2914,7 +2903,6 @@ def pink():
2914
2903
"""
2915
2904
set_cmap ("pink" )
2916
2905
2917
-
2918
2906
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2919
2907
def prism ():
2920
2908
"""
@@ -2925,7 +2913,6 @@ def prism():
2925
2913
"""
2926
2914
set_cmap ("prism" )
2927
2915
2928
-
2929
2916
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2930
2917
def spring ():
2931
2918
"""
@@ -2936,7 +2923,6 @@ def spring():
2936
2923
"""
2937
2924
set_cmap ("spring" )
2938
2925
2939
-
2940
2926
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2941
2927
def summer ():
2942
2928
"""
@@ -2947,7 +2933,6 @@ def summer():
2947
2933
"""
2948
2934
set_cmap ("summer" )
2949
2935
2950
-
2951
2936
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2952
2937
def winter ():
2953
2938
"""
@@ -2958,7 +2943,6 @@ def winter():
2958
2943
"""
2959
2944
set_cmap ("winter" )
2960
2945
2961
-
2962
2946
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2963
2947
def magma ():
2964
2948
"""
@@ -2969,7 +2953,6 @@ def magma():
2969
2953
"""
2970
2954
set_cmap ("magma" )
2971
2955
2972
-
2973
2956
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2974
2957
def inferno ():
2975
2958
"""
@@ -2980,7 +2963,6 @@ def inferno():
2980
2963
"""
2981
2964
set_cmap ("inferno" )
2982
2965
2983
-
2984
2966
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2985
2967
def plasma ():
2986
2968
"""
@@ -2991,7 +2973,6 @@ def plasma():
2991
2973
"""
2992
2974
set_cmap ("plasma" )
2993
2975
2994
-
2995
2976
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2996
2977
def viridis ():
2997
2978
"""
@@ -3002,7 +2983,6 @@ def viridis():
3002
2983
"""
3003
2984
set_cmap ("viridis" )
3004
2985
3005
-
3006
2986
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3007
2987
def nipy_spectral ():
3008
2988
"""
@@ -3012,5 +2992,4 @@ def nipy_spectral():
3012
2992
image if there is one. See ``help(colormaps)`` for more information.
3013
2993
"""
3014
2994
set_cmap ("nipy_spectral" )
3015
-
3016
2995
_setup_pyplot_info_docstrings ()
0 commit comments