cmmorrow / sci-analysis

An easy to use and powerful python-based data exploration and analysis tool
http://sci-analysis.readthedocs.io/en/latest/
MIT License
18 stars 1 forks source link

Graph scatter labels #27

Closed normaljosh closed 6 years ago

normaljosh commented 6 years ago

Added point labels and option to highlight for graphscatter and graphgroupscatter.

For graphgroupscatter, we may want to consider having a highlight_group param which does what the highlight param does now, (pass it a list of groups to highlight) . That way we could have the highlight function operate the same way it does with a non-grouped scatter (pass it list of individual label items to show labels on and highlight).

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.06%) to 97.552% when pulling ea1618625943a1a6f6b3bde06e4fb3fabedae845 on GraphScatter_labels into 2d937c7edd195683b1060eb35bada0230b946d36 on stable.

cmmorrow commented 6 years ago

Looks good. I'll merge it.