K.-Michael | 18 Jun 2013 20:48

Canopy status / updates / courses at Scipy

I am a bit worried that the courses next week are based on Canopy. I 
just tried to updated 37 packages and the update system failed, first 
because biopython had a md5sum mismatch and then the whole update chain 
broke down and I had to manually click-close 30 windows telling me:

The package manager has encountered error
PackageManager is busy. Please wait until the current operation is finished.

So, is there really hope that this works until next week?
Best regards,
Michael
Fred | 14 Jun 2013 10:05
Picon

[mayavi] setting Glyph source in command line...

Hi there,

How can one set a glyph source in a command line?

Something like this:

mayavi2 -d test.vtp -m Glyph
-s"glyph.glyph_source.glyph_source=glyph.glyph.glyph_source.glyph_dict['sphere_source']"

does not work.

("glyph" not defined)

Any hint?

TIA

Cheers,

--

-- 
Fred
Yohann Morille | 13 Jun 2013 22:28
Picon

traits app icon

Hi !

is there a way to choose an icon to be displayed in the taskbar and/or in the title bar when my traits application is running ?
For example, we can take this example : http://docs.enthought.com/mayavi/mayavi/auto/example_mayavi_traits_ui.html

Y.


_______________________________________________
Enthought-Dev mailing list
Enthought-Dev@...
https://mail.enthought.com/mailman/listinfo/enthought-dev
Brennan Sellner | 11 Jun 2013 23:51

Free rotation of Chaco plots

Hi,

Is there any way to freely rotate Chaco plots?  In part of our
application, we use a mixture of LinePlots and ScatterPlots to display
data tied to physical locations in an XY plane.  While exploring the
plot, it would be useful to allow the user to freely rotate it (e.g. to
align some portion of the data with the long dimension of their
monitor).  I've been digging around in the Chaco documentation, and I'm
not finding anything relevant.  It seems like we should be able to
define a single transform that's applied before any drawing occurs, but
I haven't had much luck.

Am I on a wild goose chase, or is this doable with Chaco?

Thanks,

-Brennan

---

My apologies for the below:
Email Confidentiality Notice

The information contained in this transmission is confidential, proprietary or privileged and may be
subject to protection under the law. This message is intended for the sole use of the individual or entity
to whom it's addressed. If you are not the intended recipient, you are notified that any use, distribution
or copying of the message is strictly prohibited and may subject you to criminal or civil penalties. If you
received this transmission in error, please contact the sender immediately by replying to this email and
delete the material from any computer.
Alexander Kalinin | 7 Jun 2013 09:50
Picon

mayavi mlab: interaction with ScalarCutPlane

Hello,

Now I am working on scientific 3D visualization using mayavi mlab. I have a 3D plot with ScalarCutPlane module.

I want to retrieve the cut plane origin and normal every time when cut plane is changed. Is it possible to add some observer to the cut plane movements and process this event in some callback function?

Sincerely,
Alexander
_______________________________________________
Enthought-Dev mailing list
Enthought-Dev@...
https://mail.enthought.com/mailman/listinfo/enthought-dev
Dimagiba, Lorenzo | 4 Jun 2013 21:38
Picon

MayaVI Points3d and Color

Hello all,

I had a question about the functionality of the points3d function in MayaVI. I realize that you can input a
fourth parameter, 's', that you can use to give color to your points. As it turns out though... the scalars
provided in 's' do not only affect color, but the size of the point as well. Is there any way to work around
this so that my scalars only affect the color and not the size of the points?

Cheers

Lorenzo

This e-mail may contain confidential and/or privileged information for the sole use of the intended
recipient. 
Any review or distribution by anyone other than the person for whom it was originally intended is strictly
prohibited. 
If you have received this e-mail in error, please contact the sender and delete all copies. 
Opinions, conclusions or other information contained in this e-mail may not be that of the organization.
Vutshi | 4 Jun 2013 14:39
Picon

MKL 11 in EPD

Hi everyone,

It is now almost a year since Intel released MKL 11. It is optimised for Ivy
Bridge and the new Haswell CPUs.
Are there any plans to include it in EPD?

--
View this message in context: http://enthought-dev.117412.n3.nabble.com/MKL-11-in-EPD-tp4026502.html
Sent from the Enthought Dev mailing list archive at Nabble.com.
Stéphane ANCELOT | 4 Jun 2013 10:23
Picon
Favicon

newbie scaling plot question

Hi,

I would like using different x scales for my plot.

I have not managed doing this.

Please can you give some help or sample program.

Regards,
Steph
zetah | 31 May 2013 06:52

Updating animation?

I use Mayavi 4.3.0 with VTK 5.10.1 and Python 2.7.5.

I had an idea to make simplest as possible 3D barchart animation, but Mayavi
window just stays still. It's doing something, at least it's reading the
data as instructed, but scene never changes:

---------------------------------------------------------
import h5py
import numpy as np
from mayavi import mlab

with h5py.File('sk.h5') as h:

    c = mlab.barchart(np.array(h['12'][0]))

     <at> mlab.show
     <at> mlab.animate(delay=100)
    def anim():
        f = mlab.gcf()
        while 1:
            for ar in list(h):
                print('Updating...')
                c.mlab_source.scalar = np.array(ar)
                f.scene.render()
                yield

    anim()
---------------------------------------------------------

Arrays stored in h5 file are with (15,30) shape.

I googled about it, but all I found was similar reports without answer.
Hopefully someone can point me in right direction.
Nicholas Earl | 30 May 2013 20:28
Picon

Auto GUI checker function

Hey everyone,

I cannot seem to find anything in the docs, but I have an issue where my GUI has a button which, when pressed, goes about generating a plot. This can take awhile, and the GUI usually freezes up. I've been trying to find a way to multithread it (with avoiding the issues of running any plot-displaying code in the thread, since GUI must run in main).

My issue is how can I tell the GUI that the plot has finished and that it can display the resulting plot? I figured there might be a checker function of the form

def check_for_plot(self, thread):
    if thread.isAlive():
        self.after(500, self.check_for_plot(thread))
    else:
        self.edit_traits()

But there doesn't seem to be any built in function. I am wondering if anyone is aware of, or uses, a more efficient way to generate plots without holding up the GUI loop?

Thanks again for all your guys' patience!

Nicholas Earl
Graduate Teaching Associate
San Diego State University
_______________________________________________
Enthought-Dev mailing list
Enthought-Dev@...
https://mail.enthought.com/mailman/listinfo/enthought-dev
Raphael Walker | 30 May 2013 16:56
Picon

Apptools: Logger view images missing

Hello All,

I built apptools and used the logger view in our application. And there 
the icons for the debug levels were missing.

The package_data in setup.py have to be fixed:

      package_data = dict(apptools=[
              'help/help_plugin/*.ini',
              'logger/plugin/*.ini',
+            'logger/plugin/view/images/*.png',
              'naming/ui/images/*.png',
              'help/help_plugin/action/images/*.png',
      ]),

A patch is attached.

Regards,
Raphael
diff -rupN apptools-4.2.0\setup.py apptools-4.2.0_even\setup.py
--- apptools-4.2.0\setup.py	Thu Mar 28 15:16:34 2013
+++ apptools-4.2.0_even\setup.py	Wed May 29 18:07:06 2013
 <at>  <at>  -39,6 +39,7  <at>  <at>  setup(
     package_data = dict(apptools=[
             'help/help_plugin/*.ini',
             'logger/plugin/*.ini',
+            'logger/plugin/view/images/*.png',
             'naming/ui/images/*.png',
             'help/help_plugin/action/images/*.png',
     ]),
_______________________________________________
Enthought-Dev mailing list
Enthought-Dev@...
https://mail.enthought.com/mailman/listinfo/enthought-dev

Gmane