I'm actually plotting in C++ using a pipe, but a command line demo represents the confusion:
> plot '-' matrix with image
> 1 2
> 3 4
> e
> e
Nothing happens after the first 'e', but the plot comes after the second. What does this mean?
And BTW, is there a way to set palette to grey on the same line (since I'm chaining multiple plot types together).