Hanna Prutsakova commited on
Commit
ac063c7
1 Parent(s): a4cd1d8
Files changed (1) hide show
  1. test.ipynb +4 -1
test.ipynb CHANGED
@@ -324,7 +324,10 @@
324
  "id": "growing-burner",
325
  "metadata": {},
326
  "outputs": [],
327
- "source": []
 
 
 
328
  },
329
  {
330
  "cell_type": "code",
 
324
  "id": "growing-burner",
325
  "metadata": {},
326
  "outputs": [],
327
+ "source": [
328
+ "fig = px.scatter_matrix(df, title = \"Matrix of scatter plots\")\n",
329
+ "fig.show()"
330
+ ]
331
  },
332
  {
333
  "cell_type": "code",