appliedchemlabwork_tayra.common.plot.generate_points#

appliedchemlabwork_tayra.common.plot.generate_points(df: DataFrame) _Float2D[source]#

Generates an NDArray of the points.

Parameters:
dfDataFrame

The DataFrame of the data points.

Returns:
pointsNDArray in shape (n,2,)

The array of points.

Raises:
NotImplementedError

The shape is not implemented in this version.