.. _f-magicgraph: module ``graphhelper.magic_graph`` ================================== .. inheritance-diagram:: pyensae.graphhelper.magic_graph Short summary +++++++++++++ module ``pyensae.graphhelper.magic_graph`` Magic commands about graphs Classes +++++++ +------------------------------------------------------------------+-------------------------------------+ | class | truncated documentation | +==================================================================+=====================================+ | :class:`MagicGraph ` | Defines magic commands about graphs | +------------------------------------------------------------------+-------------------------------------+ Functions +++++++++ +---------------------------------------------------------------------------------------+---------------------------------------------------------+ | function | truncated documentation | +=======================================================================================+=========================================================+ | :func:`register_graph_magics ` | register magics function, can be called from a notebook | +---------------------------------------------------------------------------------------+---------------------------------------------------------+ Properties ++++++++++ +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | property | truncated documentation | +==================================================================================================+===============================================================================================================+ | :meth:`Context ` | return the context or None | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ | :meth:`cross_validation_lock ` | A contextmanager for running a block with our cross validation lock set to True. At the end of the block, ... | +--------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------+ Static Methods ++++++++++++++ +----------------------------------------------------------------------------------------+-----------------------------------------------------------+ | staticmethod | truncated documentation | +========================================================================================+===========================================================+ | :meth:`mpl_style_parser ` | defines the way to parse the magic command ``%mpl_style`` | +----------------------------------------------------------------------------------------+-----------------------------------------------------------+ Methods +++++++ +--------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+ | method | truncated documentation | +==========================================================================+=====================================================================================================+ | :meth:`mpl_style ` | defines ``%mpl_style`` which changes the style of matplotlib graphs, example: ``%mpl_style ggplot`` | +--------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.graphhelper.magic_graph :members: :special-members: __init__ :show-inheritance: