Inserts a JPEG file in the figure.
filename : string
Name of the JPEG file
pos : tuple of floats
Position of the origin of the image in centimeters
Examples
>>> d = DualEPS() >>> d.axis_box(xrange=(0,100), yrange=(1e-3,1), ylog=True) >>> d.insert_image("image.jpg") >>> d.save_fig()
yt.extensions.eps_writer.DualEPS.hello_world
yt.extensions.eps_writer.DualEPS.insert_image_yt
Enter search terms or a module, class or function name.