repo_template
  • Welcome to repo_template

Examples

  • Tutorials
    • Sphinx gallery example

API Reference

  • repo_template package
    • Submodules
      • repo_template.template_module module
    • Module contents
repo_template
  • Docs »
  • Tutorials »
  • Sphinx gallery example
  • View page source

Note

Click here to download the full example code

Sphinx gallery exampleΒΆ

../../_images/sphx_glr_demo_example_001.png
# Some commentary
import numpy as np
from matplotlib import pyplot as plt

x = np.arange(100)
y = x**2

fig, ax = plt.subplots()
ax.plot(x, y)

plt.show()

Total running time of the script: ( 0 minutes 0.089 seconds)

Download Python source code: demo_example.py

Download Jupyter notebook: demo_example.ipynb

Gallery generated by Sphinx-Gallery

Next Previous

© Copyright 2020, Anwar Nunez-Elizalde

Built with Sphinx using a theme provided by Read the Docs.