enthought / enthought/mayavi

Add an easy way to customise (move, hide, disable/add elements) the toolbox in a visualization scene.

Open
#113 1 comment 0 reactions 0 assignees View on GitHub
feature
Dominant language
Python
Stars
1.4k
Forks
316
Avg merge
7h 44m
Merged PRs (30d)
5

Description

I'd like to have an easy (or at least properly documented) way to customise the toolbox of any mayavi scene window embedded in a PyQT4 application. From searching the documentation and the web I was not able to find a working solution for this.

It would be great if one could just write some code like:
scene.toolbox.addButton(ButtonObject)
scene.toolbox.hide()
scene.toolbox.move("left") # "top", "bottom", "right"

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.