Luke Campagnola b25e34f564 Features:
- Canvas: added per-item context menus
- Isocurve: 
     option to extend curves to array boundaries
     option to generate QPainterPath instead of vertex array
- Isosurface is a bajillion times faster
- ViewBox
     added clear() method
     added locate(item) method (shows where an item is for debugging)

Bugfixes:
- automated example testing working properly
- Exporter gets incorrect source rect when operating on PlotWidget
- Set correct DPI and size for SVG exporter
- GLMeshItem works properly with whole-mesh color specified as sequence
- bugfix in functions.transformCoordinates for rotated matrices
- reload library checks for modules that are imported multiple times
- GraphicsObject, UIGraphicsItem: added workaround for PyQt / itemChange bug
- ScatterPlotItem: disable cached render during export

Other:
- added documentation for several functions
- minor updates to setup.py
2012-12-22 16:51:25 -05:00
2012-12-22 16:51:25 -05:00
2012-12-22 16:51:25 -05:00
2012-10-31 01:53:16 -04:00
2012-12-22 16:51:25 -05:00
2012-12-04 21:02:05 -05:00
2012-12-22 16:51:25 -05:00
2012-12-04 21:02:05 -05:00
2012-12-22 16:51:25 -05:00
2011-04-25 08:51:18 -04:00
2012-12-05 00:25:45 -05:00
2012-12-04 21:02:05 -05:00
2012-12-05 00:25:45 -05:00
2012-12-22 16:51:25 -05:00
2012-10-22 14:10:16 -04:00
2011-04-05 13:05:05 -04:00
2012-05-11 18:05:41 -04:00
2010-07-27 00:09:10 -04:00
2012-12-22 16:51:25 -05:00
2012-12-05 00:25:45 -05:00
2012-03-28 14:16:42 -04:00
2012-10-02 21:23:59 -04:00
2012-12-22 16:51:25 -05:00
2012-10-02 21:23:59 -04:00
2012-05-23 20:29:16 -04:00
2012-07-12 15:35:58 -04:00

PyQtGraph - A pure-Python graphics library for PyQt/PySide
Copyright 2011 Luke Campagnola, University of North Carolina at Chapel Hill
http://http://luke.campagnola.me/code/pyqtgraph

Authors:
    Luke Campagnola   ('luke.campagnola@%s.com' % 'gmail')
    Megan Kratz
    Ingo Breßler

Requirements:
    PyQt 4.7+ or PySide
    python 2.7+ (no python 3 support yet)
    numpy, scipy

    Known to run on Windows, Linux, and Mac.

Support:
    Post at the mailing list / forum:
    https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph

Installation:
    Pyqtgraph currently does not have (or really require) any installation 
    scripts. All that is needed is for the pyqtgraph folder to be placed 
    someplace importable. Most people will prefer to simply place this folder 
    within a larger project folder. If you want to make pyqtgraph available 
    system-wide, copy the folder to one of the directories listed in python's 
    sys.path list.

Documentation:
    There are many examples; run "python -m pyqtgraph.examples" for a menu
    Some (incomplete) documentation exists at this time.
    - Easiest place to get documentation is at 
      http://http://luke.campagnola.me/code/pyqtgraph/documentation
    - If you acquired this code as a .tar.gz file from the website, then you can also look in 
      pyqtgraph/documentation/html.
    - If you acquired this code via BZR, then you can build the documentation using sphinx.
      From the documentation directory, run:
          $ make html  
    Please feel free to pester Luke or post to the forum if you need a specific 
    section of documentation.
Description
No description provided
Readme 13 MiB
Languages
Python 99.9%