HaraldHeitmann / Pybi

GUI to do visualization based on pandas
MIT License
2 stars 4 forks source link

Add plot titles #10

Closed spencerkee closed 7 years ago

spencerkee commented 7 years ago

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.

HaraldHeitmann commented 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

spencerkee commented 7 years ago

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.

HaraldHeitmann commented 7 years ago

Done! documentation updated (created!) if there is anything missing please report-it i'll try to fix/add/improve if needed

https://github.com/HaraldHeitmann/Pybi/blob/master/Doc.md