Skip to content

Commit 8d49d2d

Browse files
committed
removed v4 flag
1 parent 584c0fd commit 8d49d2d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

notebooks/histograms.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jupyter:
2626
title: Python Histograms | plotly
2727
---
2828

29-
```python
30-
from _plotly_future_ import v4
31-
```
32-
3329
## Histogram with plotly express
3430

3531
A [histogram](https://en.wikipedia.org/wiki/Histogram) is representation of the distribution of numerical data, where the data are binned and the count for each bin is represented.

0 commit comments

Comments
 (0)