@@ -1030,9 +1030,6 @@ def test_hexbin_pickable():
10301030def test_hexbin_log ():
10311031 # Issue #1636 (and also test log scaled colorbar)
10321032
1033- # Remove this line when this test image is regenerated.
1034- plt .rcParams ['pcolormesh.snap' ] = False
1035-
10361033 np .random .seed (19680801 )
10371034 n = 100000
10381035 x = np .random .standard_normal (n )
@@ -1520,9 +1517,6 @@ def test_pcolormesh_log_scale(fig_test, fig_ref):
15201517# TODO: tighten tolerance after baseline image is regenerated for text overhaul
15211518@image_comparison (['pcolormesh_datetime_axis.png' ], style = 'mpl20' , tol = 0.3 )
15221519def test_pcolormesh_datetime_axis ():
1523- # Remove this line when this test image is regenerated.
1524- plt .rcParams ['pcolormesh.snap' ] = False
1525-
15261520 fig = plt .figure ()
15271521 fig .subplots_adjust (hspace = 0.4 , top = 0.98 , bottom = .15 )
15281522 base = datetime .datetime (2013 , 1 , 1 )
@@ -5159,7 +5153,7 @@ def test_hist_stacked_bar():
51595153 colors = [(0.5759849696758961 , 1.0 , 0.0 ), (0.0 , 1.0 , 0.350624650815206 ),
51605154 (0.0 , 1.0 , 0.6549834156005998 ), (0.0 , 0.6569064625276622 , 1.0 ),
51615155 (0.28302699607823545 , 0.0 , 1.0 ), (0.6849123462299822 , 0.0 , 1.0 )]
5162- labels = ['green ' , 'orange ' , ' yellow ' , 'magenta ' , 'black ' ]
5156+ labels = ['first ' , 'second ' , 'third ' , 'fourth ' , 'fifth ' ]
51635157 fig , ax = plt .subplots ()
51645158 ax .hist (d , bins = 10 , histtype = 'barstacked' , align = 'mid' , color = colors ,
51655159 label = labels )
0 commit comments