Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Histogram plot #1264

Merged
merged 8 commits into from
Mar 2, 2018
Merged

Histogram plot #1264

merged 8 commits into from
Mar 2, 2018

Conversation

thempel
Copy link
Member

@thempel thempel commented Mar 1, 2018

This multi-dimension histogram plot function was requested at the last pyemma workshop after I showed something similar in my presentation. It's nice to have but not very quantitative since histograms are scaled in order to be visible even for many dimensions. It produces graphs like this:
multidim_hist

@franknoe
Copy link
Contributor

franknoe commented Mar 1, 2018 via email

n_bins : Number of bins the histogram uses.
outfile : If not None, saves plot to this file.
ignore_dim_warning : Enable plotting for more than 50 dimensions (on your own risk).
**kwargs: Will be parsed to pyplot.fill_between when plotting the histograms.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

passed to?

@marscher
Copy link
Member

marscher commented Mar 2, 2018

Very nice figure 👍 Can you add this fancy new feature to the change log as well? Then we're good to merge.

@codecov
Copy link

codecov bot commented Mar 2, 2018

Codecov Report

Merging #1264 into devel will decrease coverage by <.01%.
The diff coverage is 85%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel    #1264      +/-   ##
==========================================
- Coverage   91.22%   91.21%   -0.01%     
==========================================
  Files         219      221       +2     
  Lines       23822    23882      +60     
==========================================
+ Hits        21731    21784      +53     
- Misses       2091     2098       +7
Impacted Files Coverage Δ
pyemma/plots/__init__.py 100% <100%> (ø) ⬆️
pyemma/plots/tests/test_plots1d.py 100% <100%> (ø)
pyemma/plots/plots1d.py 78.57% <78.57%> (ø)
pyemma/coordinates/data/util/traj_info_backends.py 92.48% <0%> (+0.93%) ⬆️

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 e5a4693...4f80347. Read the comment docs.

@marscher
Copy link
Member

marscher commented Mar 2, 2018

Thank you again! Good job!

@marscher marscher merged commit a872b08 into markovmodel:devel Mar 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants