Set matplotlib usetex to False
This commit is contained in:
parent
3d271e9c44
commit
eccbd68f03
@ -6,6 +6,7 @@ matplotlib.use('Agg')
|
|||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from matplotlib.colors import Normalize, LogNorm, SymLogNorm
|
from matplotlib.colors import Normalize, LogNorm, SymLogNorm
|
||||||
from matplotlib.cm import ScalarMappable
|
from matplotlib.cm import ScalarMappable
|
||||||
|
plt.rc('text', usetex=False)
|
||||||
|
|
||||||
from ..models import lag2eul, power
|
from ..models import lag2eul, power
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user