set_limits#
- zeroheliumkit.src.plotting.set_limits(ax, coor: list | Point, dxdy: list) None[source]#
Sets the limits of the given axes object.
- Parameters:
ax – The axes object to set the limits for.
coor (list | Point) – The coordinates of the center point as a list or a Point object.
dxdy (list) – The width and height of the axes as a list.