From: Benny M. <ben...@gm...> - 2009-04-29 07:37:41
|
2009/4/29 Wonseok Shin <ws...@st...> > Hello, > > Is there some way to use a gnuplot command "plot ... with image"? > This is a relatively new feature in gnuplot version 4.2 to draw a 2D > image, and probably by that reason I cannot easily find a good example > of its usage in gnuplot.py. > > Specifically, I want to to draw 2D NumPy array C[i, j] with "plot ... > with image". > Newer commands are not directly available in gnuplot.py, but you can send normal gnuplot commands to do everything gnuplot can handle. Benny |