Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with volumetric slice plot #26

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 8 comments
Open

Problem with volumetric slice plot #26

GoogleCodeExporter opened this issue Mar 13, 2015 · 8 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant