Tikz“限制 y 到域”未按预期工作
我正在尝试使用 Tikz 绘制一个图。我需要在线上放置一个标签,最好位于图的右上角,并且与斜率相同的线上。 \documentclass[border=10pt]{standalone} \usepackage{tikz} \usepackage{pgfplots}\pgfplotsset{compat=1.9} \begin{document} \begin{tikzpicture} \begin{axis}[ restrict y to domain=256:1204, xmin=1990, xmax=2021, ...