oscarbranson / latools

Tools for the reproducible reduction of LA-ICPMS data.
http://latools.readthedocs.io
MIT License
15 stars 10 forks source link

"trace_plot()" broken (fixed) #34

Closed sunwillrise closed 5 years ago

sunwillrise commented 5 years ago

Hello. In my environment, trace_plot() didn't plot anything on my jupyter notebook even if I put %matplotlib inline.

I solved this by commenting out plt.close(f) in line 3365 of latools.py file.

Hope this helps.

oscarbranson commented 5 years ago

This is intended behaviour - trace_plots saves files, rather than displaying them all. A little cumbersome, but avoids significant performance/plotting issues when working with large datasets.

To view plots for a single, access it via the data dict, then use tplot.