plot

luminet.black_hole.BlackHole.plot(**kwargs) matplotlib.axes.Axes

Plot the black hole

This is a wrapper method to plot the black hole. It simply calls the plot_isoradials() method with a dense range of isoradials, as specified in radial_resolution

Example:

from luminet.black_hole import BlackHole

bh = BlackHole()
bh.plot()
../../../_images/bh.png
Returns:

Axes – The axis with the isoradials plotted.