问题描述
我在 Tikz 中得到了这个 3d 绘图的代码:
\begin{figure}
\centering
\begin{tikzpicture}
\begin{axis}[
hide axis,mesh/interior colormap name=hot,colormap/blackwhite]
% Plot tridimensional y línea
\addplot3[domain=-5:5,surf]{x^2+y^2};
\addplot3 [domain=1.5:5,very thick,samples y=0] ({-x},{x},{x^2+x^2});
\addplot3 [domain=0:1.5,dashed,{x^2+x^2});
% Labels
\end{axis}
\end{tikzpicture}
\end{figure}
我想在黑线中间添加一个箭头,在顶部添加一个“A”标签,在底部添加一个“B”标签。
我已经尝试过节点、坐标和图钉,但我就是无法让它工作。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)