0

I would like to plot the following dataset by matrix with image in gnuplot:

ifile.txt

1 2 3 3 ? 4
2 ? 4 3 4 ?
3 4 5 3 5 3

I use the command

plot 'ifile.txt' matrix with image

It is plotting the ? as 0 value, while I would like to the skip it as blank.

1 Answer 1

2

I got an answer for this. I need to set the missing values in the script as:

 set datafile missing "?"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.