plot ==== .. py:method:: 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 :meth:`~luminet.black_hole.BlackHole.plot_isoradials` method with a dense range of isoradials, as specified in :attr:`radial_resolution` Example:: from luminet.black_hole import BlackHole bh = BlackHole() bh.plot() .. image:: /../_static/_images/bh.png :align: center :returns: :class:`~matplotlib.axes.Axes` -- The axis with the isoradials plotted.