plot - 为什么 Maxima 在尝试绘制参数图时在 plot2d 上给我一个错误?

标签 plot graph drawing draw maxima

我正在尝试在 Maxima 中绘制参数图。我输入的代码是这样的:

wxplot2d([parametric, t^2/(t-1), t/(t^2-1), [t, 0, 2*%pi], [nticks, 300]]);

但是我得到以下错误:

plot2d: parametric plots must include two expressions and an interval
 -- an error. To debug this try: debugmode(true);

谁能告诉我哪里出了问题,因为它包含两个表达式和一个区间?

最佳答案

你有一个小错误。应该是

wxplot2d([parametric, t^2/(t-1), t/(t^2-1), [t, 0, 2*%pi]], [nticks, 300]);

关于plot - 为什么 Maxima 在尝试绘制参数图时在 plot2d 上给我一个错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61219153/

相关文章:

c# - 在 WPF 中快速渲染绘图视觉效果

r - 在 R 中绘制非常大的数据集

c++ - 实现加权 BFS 以找到最短路径

c - C 中的回溯练习图形颜色

javascript - 纯Javascript绘制三 Angular 形,定位斜边

java - 是否有用于编写绘图程序的 Java 库?

image - 通过代码导出绘图图像 - Netlogo

r - 在 R 中,除了 Pretty10exp() 之外,当我使用 Paste() 而不是 c() 时,为什么图例中会有尴尬的输出?

python - 箱线图网格

java - 如何正确构建 Akka Graph