import numpy as np import matplotlib as mpl mpl.use('pgf') from matplotlib import pyplot as plt pgf_with_latex = { 'text.usetex': False, ...
確定! 回上一頁