Skip to main content

Module for manipulating windows/figures interactively

Project description

Module PYFIG

Module for manipulating windows/figures created using pylab or enthought.mayavi.mlab on the windows platform.

Figure manipulation involves maximization, minimization, hiding, closing, stacking or tiling.

This module assumes that the figures are uniquely numbered in the following way: Figure 1 Figure 2 …. or TVTK scene 1 TVTK scene 2 TVTK scene 3 …

Example

>>> import pylab as p
>>> import pyfig as fig
>>> for ix in range(6): f = p.figure(ix)
>>> fig.stack('all')
>>> fig.stack(1,2)
>>> fig.hide(1)
>>> fig.restore(1)
>>> fig.tile()
>>> fig.pile()
>>> fig.maximize(4)
>>> fig.close('all')

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pyfig-0.1.zip (8.8 kB view hashes)

Uploaded Source

Built Distribution

Pyfig-0.1.win32.exe (71.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page