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 inradial_resolutionExample:
from luminet.black_hole import BlackHole bh = BlackHole() bh.plot()
- Returns:
Axes– The axis with the isoradials plotted.