test2

parent 10382c76
......@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
......@@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
......@@ -21,7 +21,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 6,
"metadata": {},
"outputs": [
{
......@@ -35,15 +35,6 @@
"needs_background": "light"
},
"output_type": "display_data"
},
{
"data": {
"text/plain": [
"<Figure size 432x288 with 0 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
......@@ -65,9 +56,10 @@
" plt.text(numerical_indices[i], A[i], str(A[i]), ha='center', va='bottom')\n",
"\n",
"plt.ylim(0, 90)\n",
"plt.show()\n",
"\n",
"plt.savefig('test.svg', format='svg')"
"plt.savefig('test.svg', format='svg')\n",
"\n",
"plt.show()"
]
},
{
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment