- public interface to the style provider dictionary by two functions
commit3168697dfb05897533d88d703669717fa80fd0cd
authorAndré Wobst <wobsta@users.sourceforge.net>
Thu, 22 Jul 2004 08:21:21 +0000 (22 08:21 +0000)
committerAndré Wobst <wobsta@users.sourceforge.net>
Thu, 22 Jul 2004 08:21:21 +0000 (22 08:21 +0000)
tree7b79c9206e77252f964903116092738276688872
parentbf9edd816d03dd57221c37d55aa2cf97b3996f86
- public interface to the style provider dictionary by two functions
  registerdefaultprovider and getdefaultprovider
- style instance variables provide and need renamed to providesdata
  and needsdata
- styledata container splitted into privatedata and sharedata
  (now it is possible to use several instances of the same style at
  the very same time)
- partially implemented a new barpos and bar style, which are much
  closer to _vrange and the rect style; stacking of bars shall become
  possible by using several instances of barpos and bar in a styles list
  (this simplifies the components and greatly enhances the flexibility)

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1802 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/graph/data.py
pyx/graph/key.py
pyx/graph/style.py
test/functional/test_bargraph.py
test/functional/test_graph.py