yt.visualization.plot_window.
PlotWindow
(data_source, bounds, buff_size=(800, 800), antialias=True, periodic=True, origin='center-window', oblique=False, window_size=8.0, fields=None, fontsize=18, aspect=None, setup=False)[source]¶A ploting mechanism based around the concept of a window into a data source. It can have arbitrary fields, each of which will be centered on the same viewpoint, but will have individual zlimits.
The data and plot are updated separately, and each can be invalidated as the object is modified.
Data is handled by a FixedResolutionBuffer object.
Parameters: | data_source :
bounds : sequence of floats
buff_size : sequence of ints
antialias : boolean
window_size : float
|
---|
Methods