om_code.omplot.plotfinddf#

plotfinddf(self, x, y)[source]#

Finds the correct dataframe for plotting y versus x

Parameters
self: a platereader instance
x: string

Name of x-variable.

y: string

Name of y-variable.

Returns
basedf: dataframe

The dataframe that contains the x and y variables.

dfname: string

The name of the dataframe.