| Author |
Comment/Response |
Jimbo
|
05/14/08 2:22pm
I'm trying to plot a vector field on a semilog scale (log on x axis), and the only way I can think of doing this is to produce a table that looks like this:
point 1 vector 1
point 2 vector 2
.
.
.
point n vector n
etc.
Problem is that I don't know how to produce such a table.
The points are regularly spaced points on a grid in the xy plane (but I would take the log of the x coordinate), and the vectors have components F(x,y) and G(x,y) of the x and y coordinates of the points.
Then I'd feed this table to ListVectorFieldPlot
URL: , |
|