@@ -270,7 +270,8 @@ def test_polar_wrap():
270
270
plt .polar ( [358 * D2R , 2 * D2R ], [0.2 , 0.1 ], "r.-" )
271
271
plt .rgrids ( [0.05 , 0.1 , 0.15 , 0.2 , 0.25 , 0.3 ] )
272
272
273
- @image_comparison (baseline_images = ['polar_units' , 'polar_units_2' ])
273
+ @image_comparison (baseline_images = ['polar_units' , 'polar_units_2' ],
274
+ freetype_version = ('2.4.5' , '2.4.9' ))
274
275
def test_polar_units ():
275
276
import matplotlib .testing .jpl_units as units
276
277
from nose .tools import assert_true
@@ -553,7 +554,8 @@ def test_canonical():
553
554
ax .plot ([1 ,2 ,3 ])
554
555
555
556
556
- @image_comparison (baseline_images = ['arc_ellipse' ])
557
+ @image_comparison (baseline_images = ['arc_ellipse' ],
558
+ freetype_version = ('2.4.5' , '2.4.9' ))
557
559
def test_arc_ellipse ():
558
560
from matplotlib import patches
559
561
xcenter , ycenter = 0.38 , 0.52
@@ -614,7 +616,8 @@ def test_markevery():
614
616
ax .plot (x , y , '+' , markevery = (5 , 20 ), label = 'mark every 5 starting at 10' )
615
617
ax .legend ()
616
618
617
- @image_comparison (baseline_images = ['markevery_line' ])
619
+ @image_comparison (baseline_images = ['markevery_line' ],
620
+ freetype_version = ('2.4.5' , '2.4.9' ))
618
621
def test_markevery_line ():
619
622
x = np .linspace (0 , 10 , 100 )
620
623
y = np .sin (x ) * np .sqrt (x / 10 + 0.5 )
0 commit comments