Ilya A. Kriveshko
|
20bcc39eb1
|
examples: use integer division in indexing
In python3 / operator produces a float, which is not a valid index.
Replace with // integer division.
|
2018-03-30 14:51:29 -04:00 |
|
Luke Campagnola
|
34802c8aec
|
Added pg.gaussianFilter, removed all dependency on gaussian_filter
|
2014-03-11 19:01:34 -04:00 |
|
Luke Campagnola
|
fde4267ccc
|
Corrected use of setGLOptions for image, axis, and box
|
2013-04-07 09:16:21 -04:00 |
|
Luke Campagnola
|
491aee0fe2
|
python3 fixes
cleaned up examples
|
2013-02-24 23:09:03 -05:00 |
|
Luke Campagnola
|
45048467b3
|
- Major reorganization; we now follow the standard python package structure.
- Overhaul of SVG export system. Seems to work well.
- Fixed image export bugs
- Added basic 3D line plot class
|
2012-12-26 17:51:52 -05:00 |
|
Luke Campagnola
|
3de5719011
|
Merged testing code from Kratz
Numerous fixes for python 3 compatibility
|
2012-12-05 00:25:45 -05:00 |
|
Luke Campagnola
|
65ed889a77
|
Added very basic LegendItem. Functional, but still missing some basic features.
Added GLImageItem and example.
|
2012-10-18 23:18:20 -04:00 |
|