Skip to content Skip to sidebar Skip to footer
Showing posts with the label Enthought

How To Join/connect/group Multiple Objects In Mayavi2

I would like to combine multiple Mayavi objects into a single 'grouped' object so that I co… Read more How To Join/connect/group Multiple Objects In Mayavi2

Installing Pygame On Mac Into Enthought Build

There were a number of unanswered questions on installing Pygame on a Mac but I am going to ask my … Read more Installing Pygame On Mac Into Enthought Build

Defining View Elements From Dictionary Elements In Traitsui

Is there a way to reference items in a dictionary in traitsui views? In other words, is there a way… Read more Defining View Elements From Dictionary Elements In Traitsui

Importerror: No Module Named Site Vim And Enthought Canopy

I was using vim and python perfectly fine till I upgrade to Maverick. Now I have a similar issue as… Read more Importerror: No Module Named Site Vim And Enthought Canopy

Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

I would like to listen to changes in the transfer function in how the color and opacity (ctf/otf) o… Read more Listen For Ctf Otf Changes With Traits In Mayavi Volume Rendering

Traits List Not Reporting Items Added Or Removed

Given, from enthought.traits.api import HasTraits, Tuple, Delegate, Trait, Float,Dict,List class… Read more Traits List Not Reporting Items Added Or Removed