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")
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.
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?