예제 #1
0
def test_determinism_markers():
    """Test for reproducible PDF output: figure with different markers"""
    _determinism_check('m', format="pdf")
예제 #2
0
def test_determinism_all():
    """Test for reproducible PDF output"""
    _determinism_check(format="pdf")
예제 #3
0
def test_determinism_plain():
    """Test for reproducible PDF output: simple figure"""
    _determinism_check('', format="pdf")
예제 #4
0
def test_determinism_hatches():
    """Test for reproducible PDF output: figure with different hatches"""
    _determinism_check('h', format="pdf")
예제 #5
0
def test_determinism_all():
    """Test for reproducible PS output"""
    _determinism_check(format="ps")
예제 #6
0
def test_determinism_all_tex():
    """Test for reproducible PS/tex output"""
    _determinism_check(format="ps", usetex=True)
예제 #7
0
def test_determinism_markers():
    """Test for reproducible PDF output: figure with different markers"""
    _determinism_check('m', format="pdf")
예제 #8
0
def test_determinism_hatches():
    """Test for reproducible PDF output: figure with different hatches"""
    _determinism_check('h', format="pdf")
예제 #9
0
def test_determinism_plain():
    """Test for reproducible PDF output: simple figure"""
    _determinism_check('', format="pdf")
예제 #10
0
def test_determinism_all_tex():
    """Test for reproducible PS/tex output"""
    _determinism_check(format="ps", usetex=True)
예제 #11
0
def test_determinism_images():
    """Test for reproducible PDF output: figure with different images"""
    _determinism_check("i", format="pdf")