Zachary Gibbs
Zachary Gibbs
I'm having some trouble running pyhull on cygwin. It seems to install fine (creates _pyhull.dll), but when I run it through pymatgen (pymatgen.electronic_structure.plotter.BSPlotter.plot_brillouin), it gives me an error. Upon further...
This error occurs when using relplot then adding a refline. From investigation, it appears that replot is duplicating the data. In this example, when i concatentate my 3 dataframes, I...
This is related to issue #3690 In this case, replot was creating duplicated data when it didn't need to when the input data had duplicate indicies, which caused the refline...