Plot BPC¶
This function is implemented in the MSData
class to plot the base peak chromatogram (BPC).
- plotBPC(self, pltName)¶
Function to plot BPC.
- Parameters:
pltName – str. Name of the plot
To use this function:
# You need a MSData object (d)
d.plotBPC('BPC.png')