我正在尝试在 tikz 代码中显示 gnuplot 图。我尝试在 gnuplot 中使用终端set terminal lua tikz。Gnuplot 在环境中生成了适当的代码\begin{tikzpicture}[gnuplot] ... \end{tikzpicture},这正是您所需要的。我不知道如何在 LaTeX 文档中正确使用它。比如在tikzpicture环境下,\draw[gp path] (1.196,2.963)--(1.376,2.963);gp路径是什么?pdflatex 对此感到愤慨并给出了错误。
主页
/
user-384723
Дмитрий's questions
在 gnuplot 中绘制矢量场时如何增加箭头的大小?我用
set style arrow 1 size 3
但是箭头的长度增加了,我需要箭头本身增加,指示方向。
再会。
如何通过 LaTeX 中的未知数列对齐系统中的方程?
例如:
x1-2*x2 =4
6*x2 -x3=7
3*x1 +8*x3=2