Set matplotlib usetex to False
This commit is contained in:
parent
3d271e9c44
commit
eccbd68f03
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue