File: reference-plotting.txt

package info (click to toggle)
brian 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,436 kB
  • sloc: python: 68,707; cpp: 29,040; ansic: 5,182; sh: 111; makefile: 61
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