-
-
Save amankharwal/5106047605463771a52230d852a844d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import plotly.express as px | |
data = data | |
figure = px.histogram(data, x = "AnnualIncome", | |
color = "TravelInsurance", | |
title= "Factors Affecting Purchase of Travel Insurance: Income") | |
figure.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment