coordinates.coordinate_systems.CartesianCoordinateSystem2D.pprint#

CartesianCoordinateSystem2D.pprint() None#

Print a detailed description of the coordinate system, including its axes, parameters, and expressions.

Example

cs = MyCoordinateSystem(a=3, b=4)
cs.describe()
Coordinate System: MyCoordinateSystem
Axes: ['x', 'y', 'z']
Parameters: {'a': 3, 'b': 4}
Available Expressions: ['jacobian', 'metric_tensor']