jkrogager / VoigtFit

Python code to fit absorption lines semi-interactively
http://voigtfit.readthedocs.io/
MIT License
28 stars 12 forks source link

Trouble showing VP plot #5

Closed keheintz closed 7 years ago

keheintz commented 7 years ago

I get the following error after fitting/masking and it shows the plot with all the Voigt profiles overplotted (and it still only plots all the figures in the same upper left corner):

//anaconda/envs/astroconda/lib/python2.7/site-packages/matplotlib/tight_layout.py:222: UserWarning: tight_layout : falling back to Agg renderer

warnings.warn("tight_layout : falling back to Agg renderer")

Any ideas for a solution?

jkrogager commented 7 years ago

The backend problem with tight_layout() should be fixed now, if not you can resolve it by changing your default matplotlib backend to uge Agg or TkAgg. I'm still working on getting the plotting right.