Exemple #1
0
def test_image():
    """
    Place images on map.
    """
    fig = Figure()
    fig.image(TEST_IMG, D="x0/0+w1i", F="+pthin,blue")
    return fig
Exemple #2
0
def test_image():
    """
    Place images on map.
    """
    fig = Figure()
    fig.image(TEST_IMG, position="x0/0+w2c", box="+pthin,blue")
    return fig