Band Structure Plot

For the band structure, one can use GVasp to plot it, just run the command:

gvasp plot band -j plot.json --save

then, one may obtain the figure.svg which plot the band structure.

Just like this,

../../_images/band.svg

For this task, the plot.json is like this

{
    "width": 5,
    "height": 4,
    "fontsize": 10,
}

The attention of --show, --save and --json can be seen in optimization part.