MeanFieldToolkit.MFTPlot

MeanFieldToolkit.MFTPlot.PlotMFT!Method
PlotMFT!(mft::TightBindingMFT ; plot_labels::Vector{String} = getproperty.(mft.HoppingBlock.params, :label), plot_legend::Bool = true)
PlotMFT!(mft::BdGMFT ; plot_labels::Vector{String} = getproperty.(mft.HoppingBlock.params, :label), plot_legend::Bool = true)

Plots the order parameters of the given MFT object.

  • If plot_labels is passed, then only the order parameters with the given labels are plotted.
  • If plot_legend is passed, then the legend is shown in the plot.
source