StackedBarPlot prototype -- feedback wanted#24
StackedBarPlot prototype -- feedback wanted#24tvaught wants to merge 3 commits intoenthought:mainfrom
Conversation
- axis labels from text lists - screen-space bar widths - better color designation (currently a list of colors, or ["auto"]) - I'm sure there's a lot more...
|
Hi Travis, not sure if you are still interested in merging this, but it looks good to me. Can you bring it up to date with current chaco master? |
|
I'll be able to look it over next week. I'm interested in getting it in, but remember that there was still a bit of code smell that I wanted to think about. Best, Travis On May 7, 2012, at 1:09 PM, nmichaudreply@reply.github.com wrote:
|
|
@tvaught I just merged current master into your branch (almost no work). If you have time and interest, please update your PR, also adding one or more unit tests. If you don't, I made a new branch on the Enthought chaco repository: Let me know what your intentions are. Best, |
This is a first-cut at a StackedBarPlot renderer, with an example. It still needs some features, but I wanted to get it out there to see if I'm barking up the right tree in how to add it. (I really need to do a code review, if anyone's game). There's an example included, and it works for my purposes. However, I'd like to see the features fleshed out if anyone wants to help tackle this with me.
Best,
Travis