We have a table of values (theta is the X and phi is the Y), and we have all
the Z values placed in table form. Our table has theta range from 0 to pi, and
phi range from 0 to 2*pi, so the number of theta values and the number of phi
values are different. However, given the "size" parameter in setValues, it will
set that size as both the number of rows and the number of columns. This throws
off the table that we had already created and set with values.
It would be nice if there were two "size" parameters, one for the number of
rows and one for the number of columns. The workaround right now is to put
Float.NaN for everything from pi to 2*pi, but then that squishes the plot and
there is a lot of ugly, extra space.
Please consider looking into it! Thank you.
Original issue reported on code.google.com by pavye...@gmail.com on 22 Mar 2012 at 7:06
Original issue reported on code.google.com by
pavye...@gmail.com
on 22 Mar 2012 at 7:06