Skip to content

Instantly share code, notes, and snippets.

@ogyalcin
Last active June 24, 2021 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ogyalcin/fbae7a2a0b461b262595d8bd3652233a to your computer and use it in GitHub Desktop.
Save ogyalcin/fbae7a2a0b461b262595d8bd3652233a to your computer and use it in GitHub Desktop.
import plotly.express as px
px.histogram(df, x='target',template='ggplot2', width=800, nbins=50)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment