Plotting Overview
EmpiricalTightBinding.jl provides two plotting paths:
| Method | Backend | Use Case |
|---|---|---|
plot(bs) | Plots.jl via RecipesBase | Interactive exploration |
savefig_publication(bs, ...) | PythonPlot.jl (matplotlib) | Publication figures with axis size control |
Both use the BandStructure type as the common data interface.