Plotting
Some predefined format of plotting to avoid labeling axes everytime you plot.
FRGn.plot_velocity
โ Functionplot_velocity(velocity[,name])
Plots the velocity as a function of momentum. Automatically labels the graph. If name is given then saves the figure with the given name.
Example
julia> plot_velocity(velocity,"renormalised_velocity.pdf")
FRGn.plot_dielectric
โ Functionplot_dielectric(dielectric[,name])
Plots the dielectric as a function of momentum and automatically labels the graph. If name is given then saves the figure with the given name.
Example
julia> plot_dielectric(dielectric,"renormalised_dielectric.pdf")