JupyterNotebook 可视化技巧
import numpy as np
import pandas as pd
import seaborn as sns
from matplotlib import pyplot as plt
-
格子
sns.set_style("whitegrid") -
svg显示
deprecated%config InlineBackend.figure_format = 'svg' #新方法:
from
import numpy as np
import pandas as pd
import seaborn as sns
from matplotlib import pyplot as plt
格子
sns.set_style("whitegrid")
svg显示
deprecated
%config InlineBackend.figure_format = 'svg' #
新方法:
from