Plotting Overview

EmpiricalTightBinding.jl provides two plotting paths:

MethodBackendUse Case
plot(bs)Plots.jl via RecipesBaseInteractive exploration
savefig_publication(bs, ...)PythonPlot.jl (matplotlib)Publication figures with axis size control

Both use the BandStructure type as the common data interface.