~ubuntu-branches/ubuntu/gutsy/matplotlib/gutsy

« back to all changes in this revision

Viewing changes to examples/image_origin.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 23:04:56 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731230456-lfmr0h69yh1i37w1
Tags: 0.90.1-2ubuntu1
* Merge from Debian unstable. Remaining changes:
  + debian/rules:
    - Check only the files for the python version which just got installed
      (fixes FTBFS).
    - Modify Maintainer value to match DebianMaintainerField spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
You can specify whether images should be plotted with the array origin
4
4
x[0,0] in the upper left or upper right by using the origin parameter.
5
5
You can also control the default be setting image.origin in your
6
 
matplotlibrc file; see http://matplotlib.sourceforge.net/.matplotlibrc
 
6
matplotlibrc file; see http://matplotlib.sourceforge.net/matplotlibrc
7
7
"""
8
8
from pylab import *
9
9