This is an demonstrating the use of dynamic views in Enthought's TraitsUI and Chaco to plot channel data from a well log file.
- Download EDM
- Install the requirements and run:
$ edm envs import -f requirements.txt dynamic_plot_example
$ edm shell -e dynamic_plot_example
$ python dynamic.py
- To pan a plot, click on the plot with left mouse button and drag the plotted image.
- To zoom a plot, use the scroll wheel of the mouse to zoom into the center of the plot, or press "z" on the keyboard, then click on the plot with the left mouse button and drag to select a region to zoom into.
To return to the original plot limits after panning or zooming, press the escape key.