Is having the shape of the input like this: `plot([X, Y, Z], ...)` better than like this: `plot([a, b, c, d, e, f, g, ...], ...)` with a, b, c, ... being datapoints? so should the first index be the column or the line of the dataframe?
Is having the shape of the input like this:
plot([X, Y, Z], ...)better than like this:
plot([a, b, c, d, e, f, g, ...], ...)with a, b, c, ... being datapoints?
so should the first index be the column or the line of the dataframe?