Skip to content
Snippets Groups Projects
Commit 5ed6002b authored by Delorme, Maxime Dr (Physics)'s avatar Delorme, Maxime Dr (Physics)
Browse files

Forced Qt4Agg backend on matplotlib

parent dd926c2b
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ from astropy.visualization import ZScaleInterval ...@@ -6,13 +6,13 @@ from astropy.visualization import ZScaleInterval
from photutils import aperture_photometry, Background2D, MedianBackground, CircularAnnulus, CircularAperture from photutils import aperture_photometry, Background2D, MedianBackground, CircularAnnulus, CircularAperture
from photutils.utils import calc_total_error from photutils.utils import calc_total_error
from mpl_toolkits.mplot3d import Axes3D from mpl_toolkits.mplot3d import Axes3D
from matplotlib.animation import FuncAnimation
from scipy.interpolate import interp2d, RegularGridInterpolator from scipy.interpolate import interp2d, RegularGridInterpolator
from scipy.optimize import curve_fit from scipy.optimize import curve_fit
from lmfit import Model, Parameter, minimize from lmfit import Model, Parameter, minimize
import matplotlib as mpl
mpl.use('Qt4Agg')
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import matplotlib.animation as animation
import numpy as np import numpy as np
import os, sys, warnings import os, sys, warnings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment