@@ -6359,6 +6359,7 @@ def test_scatter_autoscaling_w_zero_xy(fig_test, fig_ref):
6359
6359
ax_ref .set_yscale ('log' )
6360
6360
ax_ref .plot (pts [:,0 ], pts [:,1 ], marker = "o" , ls = "" )
6361
6361
6362
+ @check_figures_equal ()
6362
6363
def test_scatter_autoscaling_w_zero_x (fig_test , fig_ref ):
6363
6364
x_vals = [0 , 4.38462e-06 , 5.54929e-06 , 7.02332e-06 , 8.88889e-06 ]
6364
6365
y_vals = [0.10000000000000002 , 0.182 , 0.332 , 0.604 ]
@@ -6373,6 +6374,7 @@ def test_scatter_autoscaling_w_zero_x(fig_test, fig_ref):
6373
6374
ax_ref .set_yscale ('log' )
6374
6375
ax_ref .plot (pts [:,0 ], pts [:,1 ], marker = "o" , ls = "" )
6375
6376
6377
+ @check_figures_equal ()
6376
6378
def test_scatter_autoscaling_w_zero_y (fig_test , fig_ref ):
6377
6379
x_vals = [4.38462e-06 , 5.54929e-06 , 7.02332e-06 , 8.88889e-06 ]
6378
6380
y_vals = [0 , 0.10000000000000002 , 0.182 , 0.332 , 0.604 ]
@@ -6387,6 +6389,7 @@ def test_scatter_autoscaling_w_zero_y(fig_test, fig_ref):
6387
6389
ax_ref .set_yscale ('log' )
6388
6390
ax_ref .plot (pts [:,0 ], pts [:,1 ], marker = "o" , ls = "" )
6389
6391
6392
+ @check_figures_equal ()
6390
6393
def test_scatter_autoscaling_wo_zero (fig_test , fig_ref ):
6391
6394
x_vals = [4.38462e-06 , 5.54929e-06 , 7.02332e-06 , 8.88889e-06 ]
6392
6395
y_vals = [0.10000000000000002 , 0.182 , 0.332 , 0.604 ]
0 commit comments