为什么线是实线?

发布于 2024-10-21 16:14:22 字数 84 浏览 0 评论 0原文

我输入 gnuplot "plot cos(x) lt 2" 并想采用虚线,但我只采用实线。 我使用 gnuplot 4.2 和 ubuntu 10.04

I type in gnuplot "plot cos(x) lt 2" and want to take dashed line, but I take only solid line.
I use gnuplot 4.2 and ubuntu 10.04

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城旧梦 2024-10-28 16:14:22

这取决于通过

设置术语 TYPE_OF_TERMINAL OPTIONS

使用的终端。某些终端无法显示虚线。
您会看到终端在开始处被设置:Terminal type set to 'TYPE_OF_TERMINAL'

ps/eps 示例:set term postscript eps Innovative
至少这样你可以将它包含在你的 TeX 文档中。

It depends on the Terminal being used via

set term TYPE_OF_TERMINAL OPTIONS

Some Terminals are unable to display dashed lines.
You would see Terminal being set at the start: Terminal type set to 'TYPE_OF_TERMINAL'

example for ps/eps : set term postscript eps enhanced
At least this way you can include it in your TeX documents.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文