yt.extensions.eps_writer.DualEPS.__init__

DualEPS.__init__(figsize=(12, 12))

Initializes the DualEPS class to which we can progressively add layers of vector graphics and compressed bitmaps.

Parameters :

figsize : tuple of floats

The width and height of a single figure in centimeters.

This Page