@@ -4611,13 +4611,13 @@ def test_hist_vectorized_params():
4611
4611
np .random .seed (19680801 )
4612
4612
x = [np .random .randn (n ) for n in [2000 , 5000 , 10000 ]]
4613
4613
4614
- ax0 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["blue " , "black" , "red " ],
4614
+ ax0 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["red " , "black" , "blue " ],
4615
4615
linewidth = [1 , 1.2 , 1.5 ], hatch = ["/" , "\\ " , "." ])
4616
4616
ax1 .hist (x , bins = 10 , histtype = "barstacked" , linewidth = [1 , 1.2 , 1.5 ],
4617
4617
hatch = ["/" , "\\ " , "." ], linestyle = ["-" , "--" , ":" ])
4618
- ax2 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["blue " , "black" , "red " ],
4618
+ ax2 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["red " , "black" , "blue " ],
4619
4619
hatch = ["/" , "\\ " , "." ], linestyle = ["-" , "--" , ":" ])
4620
- ax3 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["blue " , "black" , "red " ],
4620
+ ax3 .hist (x , bins = 10 , histtype = "barstacked" , edgecolor = ["red " , "black" , "blue " ],
4621
4621
linewidth = [1 , 1.2 , 1.5 ], linestyle = ["-" , "--" , ":" ])
4622
4622
4623
4623
0 commit comments