Plotting

Some predefined format of plotting to avoid labeling axes everytime you plot.

FRGn.plot_velocity โ€” Function
plot_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")
source
FRGn.plot_dielectric โ€” Function
plot_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")
source