.. _f-pydata2016: module ``talk_examples.pydata2016`` =================================== Short summary +++++++++++++ module ``jupytalk.talk_examples.pydata2016`` Examples used in talks :githublink:`%|py|5` Functions +++++++++ +-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================================+==================================================================================+ | :func:`example_cartopy ` | Draws a map of France with :epkg:`cartopy`. | +-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | :func:`example_confidence_interval ` | Draws pseudo confidence interval for a regression in a :epkg:`matplotlib` graph. | +-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | :func:`example_networkx ` | Example using :epkg:`networkx`. | +-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+ | :func:`example_pydy ` | Example from the documentation of :epkg:`pydy`. | +-----------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: jupytalk.talk_examples.pydata2016 :members: :special-members: __init__ :show-inheritance: .. _pydata2016_literal: Code ---- .. literalinclude:: pydata2016.py