-
-
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
Conversation
Conflicts: plotly/tools.py
The difficulty of comparing dicts with nested either (a) ndarrays or (b) number arrays that equal one another up-to-a-tolerance was preventing us from writing stronger tests. This is far from perfect, but it allows you to just throw a set of dict objects in without getting false negative results.
…python-api into dendrogram-andrew-tweaks Conflicts: plotly/tests/test_optional/test_opt_tracefactory.py
@OxanaSachenkova , I mostly did some re-arranging and I tried to strengthen the test suite by always checking the full objects that get returned from your code-paths. Mind giving the tests a look to make sure they're as expected? |
looks good to me! can you add whatever ipython notebook that you've been using to test-run this package to the documentation repo when it's merged? you'll just need to add one line to the end of the notebook that describes the URL, etc. See here for an example: https://github.com/plotly/documentation/blob/source/_posts/python/finance/candlestick-charts.ipynb |
@chriddyp will do! just need to polish it up a bit, quite messy right now |
Can we 💃 on it? |
💃 |
Thanks again @OxanaSachenkova ! |
Hey @cldougl Could add some dendrogram examples to the Python docs when you have some free time? I want to get these into next month's blog posts. |
@theengineear @chriddyp |
@cldougl - can you try moving the height and width into the layout and out On Tue, Oct 20, 2015 at 3:46 PM, Chelsea [email protected] wrote:
Chris Parmer |
yep that works- I'll update the examples in the docstring |
This is based off of @OxanaSachenkova 's branch, which added
Dendrogram
plots \o/\o/\o/Todo: