png - 如何用gnuplot在标题中显示 '@'并且输出格式为png?

标签 png special-characters gnuplot

你知道在使用gnuplot时如何在标题中显示字符'@'并且输出格式为PNG图像吗? 谢谢,

最佳答案

您使用的是哪个版本的 gnuplot?使用带有以下脚本的 gnuplot 4.4.3:

#!/usr/bin/gnuplot

set term png 
set output 'plot@.png'

set xlabel 'xlabel is @'
set ylabel 'ylabel is @' 
set title "title is @a\'\@\'a\@"

plot x t 'line title is @'

给我这张图片: enter image description here

即使使用转义序列字符似乎也不会造成问题,而且创建的文件的文件名中有一个“@”。

关于png - 如何用gnuplot在标题中显示 '@'并且输出格式为png?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13144394/

相关文章:

delphi - PNGImage "Access violation"程序结束时出现错误

macos - 使用 Matlab 和其他程序在 Mac 上导出 PNG 时出现白线

asp.net - 在数据库中存储特殊字符

java - 为逃生 telnet 编写 unicode 字符

gnuplot - gnuplot 中的平滑峰值

wpf - 在可扩展单元格中显示仅填充其可用空间的图像列表

linux - 将 swf 渲染为 png 或其他图像格式

php - 如何将特殊字符转换为普通字符?

shell - awk 行可以在终端中工作,但不能在 Gnuplot 图中工作

gnuplot - 在gnuplot中交换轴