Closed spencerkee closed 7 years ago
Yes, this in fact provides a title for the plots, still, it's missing when plotting with a filter
self.selection is a way to filter the dataframe based on a column (ideally a column with a categorical variable)... sorry for the poor (no) documentation, I'll try and add some
With some instruction on how to test filters I can probably complete the plot titles. I can also do PEP8 style pull request if you're interested.
Done! documentation updated (created!) if there is anything missing please report-it i'll try to fix/add/improve if needed
This is in regard to issue #6. I wasn't sure about the use of self.selection so this may not be complete but it appears to work for basic usage.