Plotting mass spectra with Python

1.1k views Asked by At

I need some help figuring out what's wrong with my mass spectra plots and I have a couple problems: 1) I want the plots to show a full peak for the mass spectra measured (beginning at 0.0) but my plots seem to show a gap from the first point to the last leaving a weird looking peak. floating mass spectra peaks I get in my code What my advisor would like these peaks to look like 2) I want to plot all the data together like my advisor did in his plot, but my data appears to break up. And one of my files will not plot with the others even though it plots well on it's own. weird broken plotted peaks

I've written a function to read the data from the data files, and the function is simply just a reader, and doesn't do any of the plotting itself. I used Matplotlib to plot these spectra. Any advice?

0

There are 0 answers