gnuplot error: Bad format character

前端 未结 3 1533
时光取名叫无心
时光取名叫无心 2021-01-15 12:54

Am new to gnuplot but need o use it urgently. This is the following set of commands I used:

set  terminal  latex
set output “conflict.tex”
set xtics (\"rando         


        
3条回答
  •  感情败类
    2021-01-15 13:14

    You have used two types of quotation mark:

    “...” and "..."
    

    I guess it's a problem.

提交回复
热议问题