You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to implement a script for representation of a 4D sample, using
python language. Then I tested the script of Volumetric Slice Plot shown in
documentation of Easyviz. The program compiles without wrongs, but the graph
doesn't appear. I used this script:
from scitools.std import *
x, y, z, v = flow()
setp(interactive=False)
h = contourslice(x, y, z, v, seq(1,9), [], [0], linspace(-8,2,10))
axis([0, 10, -3, 3, -3, 3])
daspect([1, 1, 1])
ax = gca()
ax.setp(fgcolor=(1,1,1), bgcolor=(0,0,0))
box('on')
view(3)
show()
What version of the product are you using? On what operating system?
I use Ubuntu 12.4 and the version of python is 2.7.3
Thak you!!
Original issue reported on code.google.com by [email protected] on 2 Jun 2013 at 8:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 2 Jun 2013 at 8:34The text was updated successfully, but these errors were encountered: