JPlot is a Perl/JavaScript library that produce interactive charts for WIEN2K code. It produces the same kind of plots (Density of States, Bandstructure, Optical properties and Electron density plots) as the native WIEN2K interface but with no 3th program (i.e. gnuplot).
- Download the latest release (see above, zip or tar.gz)
- Extract JPlot out the compressed files( zip or tar.gz) :
unzip master.zip
ortar -xzvf master.tar.gz
- Enter in JPlot directory :
cd JPlot/
- Execute the bash script
./INSTALL
in the JPlot folder following all prompts until completion
This will add two buttons to the w2web interface, one in the bandstructure task add1 and an other in the DOS task.
The wiki has a set of example plots made with JPlot.
Bug reports and fixes, suggestions, and so on should be submitted via GitHub as Issues or Pull Requests.
JPlot use :
- JQuery
- Bootstrap
- Bootbox
- jQuery UI
- Highcharts
- Plotly
- Rgbcolor
- StackBlur
- Canvg
- Bootstrap-colorpicker
Those libraries are already contained in the zip or tar.gz archive. It is not necessary to install them.