Latex tikz绘制图表
导入包\usepackage{tikz}\usepackage{pgfplots}绘制光滑曲线图遇到的问题(解决方案代码里都有):1、 legend摆放位置问题2、多条曲线怎么画\begin{tikzpicture} \begin{axis} [ legend pos=outer north east, %legend位于右上方而不在图里(防止遮挡) xlabel=Epoch ] \addlegendentry{Pr} %第一条曲线