Skip to content

Instantly share code, notes, and snippets.

@5Spaak
Created July 6, 2023 17:33
Show Gist options
  • Select an option

  • Save 5Spaak/88b7bd5c519b201828b842f8f1192ab7 to your computer and use it in GitHub Desktop.

Select an option

Save 5Spaak/88b7bd5c519b201828b842f8f1192ab7 to your computer and use it in GitHub Desktop.
# Import plotly libraiy and "%matplotlib inline" is to fix charts in proper manner in the jupyter lab
import plotly.express as px
%matplotlib inline
# We fix all configurations concern our visuals
sns.set_style('darkgrid')
matplotlib.rcParams['font.size']=14
matplotlib.rcParams['figure.figsize']=(200,45)
matplotlib.rcParams['figure.facecolor']='#00000000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment