Skip to content

This simple app plots sections of DX files using pyqt4, matplotlib and numpy. It also provides function for reading dx files faster than griddataformats

Notifications You must be signed in to change notification settings

satary/dx_plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This script uses numpy, matplotlib and PyQt4 for fast visualization of DX files produced by APBS or PMEpot from VMD.
Installation:
install numpy, matplotlib and PyQt4 to your distro
run app 
python dx_plotter.py

You may use this library for reading DX files to np.array:
from dx_plotter.py import open_dx
grid,scale,origin=open_dx('some_path_to_dx.dx')

About

This simple app plots sections of DX files using pyqt4, matplotlib and numpy. It also provides function for reading dx files faster than griddataformats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages