I'm currently trying to do something simple. I have a ElementVariable q in my .e file.
I read them into the pipeline with reader = ExodusIIReader(FileName = 'out.e') I want to use histogram = Histogram(q,BinCount=30) but I recieve the following error: Traceback (most recent call last): File "<console>", line 1, in <module>NameError: name 'q' is not defined What is going on here? Thanks John
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
