Created
July 6, 2023 17:33
-
-
Save 5Spaak/88b7bd5c519b201828b842f8f1192ab7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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