-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT: Add DataFramePlotData. #367
Conversation
You should add pandas to the CI requirements |
Thanks for the tip. it took a few tries to get it right. :) Code + example + tests (passing) = ready for review and merge |
chaco/data_frame_plot_data.py
Outdated
""" A PlotData implementation class that handles a DataFrame. | ||
|
||
By default, it doesn't allow its input data to be modified by downstream | ||
Chaco components or interactors. The index is availble as data unless there |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo "available"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot spell that word right. I need to either stop using it or spell check every time I do. :D
Any other suggestions? |
Looks great to me! Esp. the demo. |
Thanks! |
This is for you, @jonathanrocher. It needs a bit more testing around 'index' and an example.