yt.data_objects.profiles.
Profile2D
(data_source, x_field, x_n, x_min, x_max, x_log, y_field, y_n, y_min, y_max, y_log, weight_field=None)[source]¶An object that represents a 2D profile.
Parameters: | data_source : AMD3DData object
x_field : string field name
x_n : integer
x_min : float
x_max : float
x_log : boolean
y_field : string field name
y_n : integer
y_min : float
y_max : float
y_log : boolean
weight_field : string field name
|
---|
Attributes
Methods