Skip to content

Commit

Permalink
Add image for visualization plotly graph
Browse files Browse the repository at this point in the history
olpachino committed Sep 20, 2023
1 parent 5eb0dfc commit 38894a7
Showing 3 changed files with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions Visualization/Visualization_seaborn+matplotlib.ipynb
Original file line number Diff line number Diff line change
@@ -28,12 +28,7 @@
"import matplotlib.pyplot as plt\n",
"import seaborn as sns\n",
"import plotly.express as px # интерактивная визуализация\n",
"%matplotlib inline\n",
"\n",
"# библиотека для отображения графиков plotly на github\n",
"from gitly.colab.plot import GitlyPlotter\n",
"# переключаем в статический режим для GitHub\n",
"gitly = GitlyPlotter('github')"
"%matplotlib inline"
]
},
{
@@ -14118,7 +14113,14 @@
" font_size=20\n",
" )\n",
")\n",
"gitly.show(fig)"
"fig.show()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<image src=\"img/2.png\" alt=\"Распределение баланса клиентов банка\">"
]
},
{
@@ -15541,7 +15543,14 @@
" range_color=[0, 0.5],\n",
" color_continuous_scale='YlGnBu' \n",
")\n",
"gitly.show(fig)"
"fig.show()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<image src=\"img/9.png\" alt=\"Распределение доли ушедших клиентов по странам\">"
]
},
{
Binary file added Visualization/img/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Visualization/img/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38894a7

Please sign in to comment.