Skip to content

Commit 861078c

Browse files
committed
updated the description and the spelling correction
1 parent 6230994 commit 861078c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_posts/python/statistical/histogram/2015-06-30-histograms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h3 id="Horizontal-Histogram">Horizontal Histogram<a class="anchor-link" href="#
219219
</div>
220220
<div class="inner_cell">
221221
<div class="text_cell_render border-box-sizing rendered_html">
222-
<h3 id="Overlaid-Histgram">Overlaid Histgram<a class="anchor-link" href="#Overlaid-Histgram">&#182;</a></h3>
222+
<h3 id="Overlaid-Histogram">Overlaid Histogram<a class="anchor-link" href="#Overlaid-Histogram">&#182;</a></h3>
223223
</div>
224224
</div>
225225
</div>
@@ -536,7 +536,7 @@ <h3 id="Specify-Binning-Function">Specify Binning Function<a class="anchor-link"
536536
</div>
537537
<div class="inner_cell">
538538
<div class="text_cell_render border-box-sizing rendered_html">
539-
<h3 id="Custom-Binning">Custom Binning<a class="anchor-link" href="#Custom-Binning">&#182;</a></h3><p>For custom binning along x-axis, use the attribute <a href="https://plot.ly/python/reference/#histogram-nbinsx"><code>nbinsx</code></a>. Please note that no matter how many bins being specified, the autobin algorithm will still give a 'nice' round bin sizes and edges. Alternatively, you can set the exact values for <a href="https://plot.ly/python/reference/#histogram-xbins"><code>xbins</code></a> along with <code>autobinx = False</code>.</p>
539+
<h3 id="Custom-Binning">Custom Binning<a class="anchor-link" href="#Custom-Binning">&#182;</a></h3><p>For custom binning along x-axis, use the attribute <a href="https://plot.ly/python/reference/#histogram-nbinsx"><code>nbinsx</code></a>. Please note that the autobin algorithm will choose a 'nice' round bin size that may result in somewhat fewer than <code>nbinsx</code> total bins. Alternatively, you can set the exact values for <a href="https://plot.ly/python/reference/#histogram-xbins"><code>xbins</code></a> along with <code>autobinx = False</code>.</p>
540540

541541
</div>
542542
</div>

_posts/python/statistical/histogram/histograms.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"cell_type": "markdown",
159159
"metadata": {},
160160
"source": [
161-
"### Overlaid Histgram ###"
161+
"### Overlaid Histogram ###"
162162
]
163163
},
164164
{
@@ -426,7 +426,7 @@
426426
"metadata": {},
427427
"source": [
428428
"### Custom Binning\n",
429-
"For custom binning along x-axis, use the attribute [`nbinsx`](https://plot.ly/python/reference/#histogram-nbinsx). Please note that no matter how many bins being specified, the autobin algorithm will still give a 'nice' round bin sizes and edges. Alternatively, you can set the exact values for [`xbins`](https://plot.ly/python/reference/#histogram-xbins) along with `autobinx = False`."
429+
"For custom binning along x-axis, use the attribute [`nbinsx`](https://plot.ly/python/reference/#histogram-nbinsx). Please note that the autobin algorithm will choose a 'nice' round bin size that may result in somewhat fewer than `nbinsx` total bins. Alternatively, you can set the exact values for [`xbins`](https://plot.ly/python/reference/#histogram-xbins) along with `autobinx = False`."
430430
]
431431
},
432432
{
@@ -525,7 +525,7 @@
525525
},
526526
{
527527
"cell_type": "code",
528-
"execution_count": 12,
528+
"execution_count": 13,
529529
"metadata": {},
530530
"outputs": [
531531
{
@@ -557,11 +557,11 @@
557557
"output_type": "stream",
558558
"text": [
559559
"Collecting git+https://github.com/plotly/publisher.git\n",
560-
" Cloning https://github.com/plotly/publisher.git to c:\\users\\thars\\appdata\\local\\temp\\pip-req-build-jq6h4q\n",
560+
" Cloning https://github.com/plotly/publisher.git to c:\\users\\thars\\appdata\\local\\temp\\pip-req-build-iw0pnu\n",
561561
"Building wheels for collected packages: publisher\n",
562562
" Running setup.py bdist_wheel for publisher: started\n",
563563
" Running setup.py bdist_wheel for publisher: finished with status 'done'\n",
564-
" Stored in directory: c:\\users\\thars\\appdata\\local\\temp\\pip-ephem-wheel-cache-nls1yn\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
564+
" Stored in directory: c:\\users\\thars\\appdata\\local\\temp\\pip-ephem-wheel-cache-kqmvuc\\wheels\\99\\3e\\a0\\fbd22ba24cca72bdbaba53dbc23c1768755fb17b3af0f33966\n",
565565
"Successfully built publisher\n",
566566
"Installing collected packages: publisher\n",
567567
" Found existing installation: publisher 0.11\n",

0 commit comments

Comments
 (0)