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).
Installation
- 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-master/
- Execute the bash script
chmod +x ./INSTALL; ./INSTALL
in the JPlot folder following all prompts until completion
This will add shortcuts in the w2web interface, for instance under the bandstructure task this will give :
Usage
The
has a set of example plots made with JPlot.Contributing
Bug reports and fixes, suggestions, and so on should be submitted via GitHub as
or .Dependence
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.