DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to make a histogram with plotly for a single variable
import plotly.express as px df = px.data.tips() fig = px.histogram(df, x="total_bill") fig.show()
Source by plotly.com #
PREVIOUS
NEXT
Tagged:
#histogram
#plotly
#single
#variable
ADD COMMENT
Topic
COMMENT
Name
4+2 =
Submit