gpt4 book ai didi

gnuplot - @是如何在gnuplot中产生的?

转载 作者:行者123 更新时间:2023-12-04 03:03:09 27 4
gpt4 key购买 nike

我正在尝试使用 GnuPlot 将“P@10”作为绘图的标题,使用 Helvetica 字体。

我所做的是这样的:

set encoding iso_8859_1

set title "P \100 10"

\100 来自 unicode 中 at 符号的八进制表示.但是,最终图用一个简单的空格替换了@。其他符号按预期工作。

我还尝试了提供的 matlab 脚本 here , 在至少 4000 种不同的代码中寻找 @ 符号,但我找不到。

即使使用另一种字体,这可能吗?

编辑:我在 Ubuntu 和 Windows 三个不同的系统上试过这个,但无济于事..

EDIT2:最小工作示例:

set term postscript eps enhanced color

set encoding iso_8859_1

set title "Test \@ Test" -or- set title "Test \100 Test"

set out "example.eps"

plot sin(x)

我的输出在标题中没有任何@符号。

最佳答案

This post可能会有帮助。如果您使用的是“增强型”终端,则必须转义 ('\@') @ 符号。

关于gnuplot - @是如何在gnuplot中产生的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13631006/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com