help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to display imagesc in gnuplot?


From: Ze Ji
Subject: how to display imagesc in gnuplot?
Date: Wed, 22 Nov 2006 23:53:30 +0000

Hi, I have tried to use imagesc() to display a matrix, such as:

a = [1 2; 3 4];
imagesc(a);

However, every time, it creates an image at first,and opens it in IE (I am using Cygwin in windows XP), which is so slow and not practical.

By looking at the new version of gnuplot (4.1 CVS), I found the image display function has been added. Any hints about implementation of imagesc with gnuplot, so far? 

Thanks very much



...._O     ...._O
._< \_     ._< \_
(_)>(_)   (_)>(_)
reply via email to

[Prev in Thread] Current Thread [Next in Thread]