Skip to content

Commit 8751a13

Browse files
authored
Merge pull request #1295 from jmason86/source-design-merge
Reflect actual functionality of histogram bins
2 parents efeca62 + b35bdaa commit 8751a13

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_posts/ipython-notebooks/2015-06-30-cufflinks.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,8 +1767,9 @@ <h4 id="Cufflinks-Reference">Cufflinks Reference<a class="anchor-link" href="#Cu
17671767
Set the gap between groups
17681768
[0,1)
17691769
* Only valid when kind is &#39;histogram&#39; or &#39;bar&#39;
1770-
bins : int
1771-
Specifies the number of bins
1770+
bins : int or tuple
1771+
If int provided, specifies the number of bins
1772+
If tuple provided, format as (start, end, size)
17721773
* Only valid when kind=&#39;histogram&#39;
17731774
histnorm : string
17741775
&#39;&#39; (frequency)
@@ -1881,4 +1882,4 @@ <h4 id="Cufflinks-Reference">Cufflinks Reference<a class="anchor-link" href="#Cu
18811882
</div>
18821883
</div>
18831884

1884-
</div>{% endraw %}
1885+
</div>{% endraw %}

0 commit comments

Comments
 (0)