SMTG-Bham / ThermoParser

A tool for streamlining data analysis and visualisation for thermoelectrics and charge carrier transport in computational materials science.
https://smtg-bham.github.io/ThermoParser/
GNU Affero General Public License v3.0
41 stars 14 forks source link

How to customize the range of the y-axis of wideband phonon? #99

Closed DFT13 closed 2 months ago

DFT13 commented 2 months ago

!Dear, when running "tp plot wideband band.yaml kappa-m101010_34ph.hdf5 -c inferno --poscar POSCAR", I find the range of energy doesnot suitable. So how to customize the range of the y-axis of wideband phonon? con you give me some suggestion? 47c5e69565a11730efb3da9bc9fd45b

kbspooner commented 2 months ago

Thats some strong scattering you have there! Actually I neglected to add that ability, but that is now corrected, both in the wideband plot and the regular phonon plot on the master branch. Simply add --ymin and/or --ymax and the appropriate value (there are also equivalent options for the x axis). Thanks for pointing this out!

DFT13 commented 2 months ago

it is fine! thanks very much