yt.geometry.coordinates.polar_coordinates module¶
- class yt.geometry.coordinates.polar_coordinates.PolarCoordinateHandler(ds, ordering=None)[source]¶
Bases:
CylindricalCoordinateHandler
- property axis_id¶
- property axis_name¶
- convert_from_cartesian(coord)¶
- convert_from_cylindrical(coord)¶
- convert_from_spherical(coord)¶
- convert_to_cartesian(coord)¶
- convert_to_cylindrical(coord)¶
- convert_to_spherical(coord)¶
- property data_projection¶
- property data_transform¶
- distance(start, end)¶
- property image_axis_name¶
- property period¶
- pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=False, *, return_mask=False)¶
- pixelize_line(field, start_point, end_point, npoints)¶
- sanitize_center(center, axis)¶
- sanitize_depth(depth)¶
- sanitize_width(axis, width, depth)¶
- setup_fields(registry)¶
- property x_axis¶
- property y_axis¶