|
From: Petr M. <mi...@ph...> - 2006-03-04 20:40:38
|
>>> gnuplot> plot 'a.dat', 'bla'
>>> ^
>>> can't read data file "bla"
>>> util.c: No such file or directory
>
> Here's a simple patch to fix this.
> Please try it and comment.
I like it, please commit it to cvs then ... with just some fix for:
> I think the 2D case is probably solid. I have not tested all
> possible 3D plot modes, so it is possible that some additional
> checks need to be added there.
I have found only this non-working ('bla' does not exist):
plot x, 'bla'
splot x*y, 'bla'
this gives no plot and:
gnuplot> plot x, 'bla'
^
warning: Skipping unreadable file "bla"
^
x range is invalid
I would prefer just the function x is plotted.
---
PM
|