-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit 18ad118
distplot_updates
- hide validate functions from tab-tab helper
- add pandas example and pandas type to validation
- replace `**kwargs` with `rug_text` and `colors` in
- updated the docstring with Andrew’s nice terse suggestions
- hid tick label from rug plot
- modified rug_text so its indexed across datasets, not copied
- edited examples
- added import numpy where needed
- increased sample sizes
- reversed legend
- fix the show_legend issue so a legend is shown if the hist is hidden
- add test to test_core to check exception for `scipy_import = False`
- edit tests in test optional to reflect the changes (mentioned above)
made1 parent 2c5ab6c commit 18ad118
File tree
3 files changed
+151
-95
lines changed- plotly
- tests
- test_core/test_tools
- test_optional
3 files changed
+151
-95
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | + | ||
806 | + | ||
807 | + | ||
808 | + | ||
809 | + | ||
810 | + | ||
811 | + | ||
812 | + | ||
813 | + | ||
814 | + | ||
815 | + | ||
816 | + | ||
817 | + | ||
818 | + | ||
819 | + | ||
820 | + | ||
821 | + | ||
822 | + | ||
823 | + | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | - | ||
53 | - | ||
54 | - | ||
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
70 | 68 | | |
71 | 69 | | |
72 | 70 | | |
73 | - | ||
74 | - | ||
71 | + | ||
75 | 72 | | |
76 | 73 | | |
77 | 74 | | |
| |||
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
88 | - | ||
89 | - | ||
85 | + | ||
86 | + | ||
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
| |||
111 | 108 | | |
112 | 109 | | |
113 | 110 | | |
111 | + | ||
114 | 112 | | |
115 | 113 | | |
116 | 114 | | |
| |||
0 commit comments