File: examples.rst

package info (click to toggle)
neo 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,132 kB
  • sloc: python: 7,661; makefile: 82
file content (17 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
****************
Examples
****************

.. currentmodule:: neo

Introduction
=============

A set of examples in neo/examples/ illustrates the use of neo classes.



.. literalinclude:: ../../examples/read_files.py

.. literalinclude:: ../../examples/simple_plot_with_matplotlib.py