examples.rst 295 B

1234567891011121314151617
  1. ****************
  2. Examples
  3. ****************
  4. .. currentmodule:: neo
  5. Introduction
  6. =============
  7. A set of examples in :file:`neo/examples/` illustrates the use of Neo classes.
  8. .. literalinclude:: ../../examples/read_files.py
  9. .. literalinclude:: ../../examples/simple_plot_with_matplotlib.py