- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 2.7k
 
Dendrogram andrew tweaks #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
 
  Merged
 
 
 
 
  Merged
 Changes from 1 commit
 Commits
 
 
 Show all changes
 
 
 38 commits
 
 
 Select commit
 Hold shift + click to select a range
 
 3d6dbb9
 
 Added Dendrogram class and tests
 
 
 merenlin 2d9b88c
 
 Added a small validator
 
 
 merenlin 819e41e
 
 updates after renaming
 
 
 merenlin 3781906
 
 Moved dendrogram tests to optional
 
 
 merenlin 31efa33
 
 Protected scipy imports
 
 
 merenlin 02beb6c
 
 Fixed typos, docstring and return value
 
 
 merenlin bfd3cca
 
 Typo
 
 
 merenlin ff98cb7
 
 Fixing default colors mapping
 
 
 merenlin 4afc8c9
 
 Minor styling changes and fixes
 
 
 merenlin 57e15bd
 
 pep8 and docsrings
 
 
 merenlin b7d3d31
 
 pep8 in tests
 
 
 merenlin 44cdece
 
 Styling and imports
 
 
 merenlin 16c74c1
 
 Cleanup of labels, axis and tests
 
 
 merenlin ebff53e
 
 Added more tests and fixed axis reference
 
 
 merenlin 0de0349
 
 another fix for axis confusion
 
 
 merenlin 20fc40c
 
 Added colorscale test
 
 
 merenlin 88842b1
 
 cow comments
 
 
 merenlin b9352d7
 
 Merge branch 'master' into dendrogram-andrew-tweaks
 
 
 theengineear e7bf58c
 
 Duplicate `width` to `height` in layout update.
 
 
 theengineear 3632084
 
 Make docs a little bit more consistent.
 
 
 theengineear 8aea12e
 
 Spell check.
 
 
 theengineear fae2047
 
 pep:8ball:
 
 
 theengineear 723dde4
 
 pep:8ball:
 
 
 theengineear 806a6e0
 
 `autoscale` —> `autosize`
 
 
 theengineear ca08777
 
 Add a `NumpyTestUtilsMixin` to help dict comps.
 
 
 theengineear 8866e34
 
 Show that the dendrogram test should have failed!
 
 
 theengineear d0b0f6a
 
 Fix dendrogram test, lock down *entire* figure.
 
 
 theengineear fc7ce40
 
 Merge branch 'dendrogram-andrew-tweaks' of https://github.com/plotly/...
 
 
 theengineear bed3bec
 
 Lock down `test_dendrogram_random_matrix` test.
 
 
 theengineear f3b57fc
 
 Fix duplicated `test_dendrogram_orientation` test.
 
 
 theengineear 3cf13ae
 
 Lock down `test_dendrogram_orientation_two` spec.
 
 
 theengineear dab5d37
 
 Rename `.._orientation_two` —> `.._colorscale`.
 
 
 theengineear 89592cd
 
 PY3 fix. Can’t index a `.keys()` view.
 
 
 theengineear 3e3de24
 
 Loosen `dtype` on constructor in test. (PY3 fail).
 
 
 theengineear 76361e6
 
 Rename test suite for figure factory.
 
 
 theengineear 85dccd1
 
 Merge branch 'master' into dendrogram-andrew-tweaks
 
 
 theengineear 01d2826
 
 For consistency use Fixed and Added in changelog.
 
 
 theengineear 3815a8f
 
 version bump —> 1.8.7 (added dendrogram)
 
 
 theengineear File filter
Filter by extension
Conversations
 Failed to load comments. 
 
 
 
  Loading
 
 Jump to
 
 Jump to file
 
 
 
 Failed to load files. 
 
 
 
  Loading
 
 Diff view
Diff view
 pep:8ball:
 
 - Loading branch information
 
 
 
 commit fae204752f4331cc99f07a0274dda4ed710197a5
 
 
There are no files selected for viewing
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 
 
 
 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
 Learn more about bidirectional Unicode characters
 
 
 
 
 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.