cgImage abscissa values in axis feature [message #88208] |
Fri, 28 March 2014 10:45  |
Petros Syntelis
Messages: 32 Registered: June 2013
|
Member |
|
|
Hi all (and mostly David),
I find myself very often in need to put an image into a plot with axis that show some x and y abscissa values, like in the way we use the contour command,
cgcontour, data, x,y
In cgImage, i can do this by setting the limits xr=[min(x),max(x)], yr=[min(x),max(x)] in a plot.
This works ok for uniform x,y but doesnot work for non uniform x,y.
Also, if you want repeat this some times, its more trouble than to simply put the x,y abscissa values directly.
Is there a way i can put x and y vectors as values for axis? And if not, would it be too much to ask for this feture in another version of cgImage?
Cheers,
Petros
|
|
|