malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

Support plotting of classification data #62

Closed malramsay64 closed 6 years ago

malramsay64 commented 6 years ago

The plot_frame function now supports passing labels for classes where the colouring is based on the labels of the classes. This makes the plotting of multiple classes a simple task.

codecov[bot] commented 6 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.48%. The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   81.46%   81.94%   +0.48%     
==========================================
  Files          18       18              
  Lines        1446     1457      +11     
==========================================
+ Hits         1178     1194      +16     
+ Misses        268      263       -5
Impacted Files Coverage Δ
src/sdanalysis/dynamics.py 81.81% <ø> (ø) :arrow_up:
src/sdanalysis/figures/__init__.py 100% <100%> (ø) :arrow_up:
src/sdanalysis/figures/configuration.py 95.71% <92%> (+9.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ce10d61...2902022. Read the comment docs.