File: reference-plotting.txt

package info (click to toggle)
brian 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,216 kB
  • sloc: python: 49,547; cpp: 23,781; ansic: 5,182; makefile: 54
file content (29 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. currentmodule:: brian

.. index:: plotting

Plotting
--------

.. index::
	pair: plotting; pylab

Most plotting should be done with the PyLab commands, all of
which are loaded when you import Brian. See:

	http://matplotlib.sourceforge.net/matplotlib.pylab.html
	
for help on PyLab.

Brian currently defines just two plotting functions of its own,
:func:`raster_plot` and :func:`hist_plot`.

.. index::
	pair: plotting; raster

.. autofunction:: raster_plot

.. index::
	pair: plotting; histogram
	
.. autofunction:: hist_plot