Arthur Youd
Arthur Youd
Sorry, I’m still getting used to the etiquette of GitHub. I think I have added you and Alex to the repository. Given that my changes don’t really affect the other...
So basically, it throws up a gui when you call BSPlotter(bs).plot_brillouin() but doesn't return a matplotlib object which can be saved?
```#!/usr/bin/env python3 import os import sys import glob import logging import pymatgen from pymatgen.io.vasp.outputs import BSVasprun from pymatgen.electronic_structure.bandstructure import \ get_reconstructed_band_structure from pymatgen.electronic_structure.plotter import BSPlotter as plotter from pymatgen.electronic_structure.plotter import...
I like what you've done with the pretty plot 3D plotter, Adam. It works a treat for me!
Thanks for this! I need a little bit to fully digest those suggestions. I will start with item one and see how far I get.