test2

parent 10382c76
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": 4,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 5,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": 6,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -35,15 +35,6 @@ ...@@ -35,15 +35,6 @@
"needs_background": "light" "needs_background": "light"
}, },
"output_type": "display_data" "output_type": "display_data"
},
{
"data": {
"text/plain": [
"<Figure size 432x288 with 0 Axes>"
]
},
"metadata": {},
"output_type": "display_data"
} }
], ],
"source": [ "source": [
...@@ -65,9 +56,10 @@ ...@@ -65,9 +56,10 @@
" plt.text(numerical_indices[i], A[i], str(A[i]), ha='center', va='bottom')\n", " plt.text(numerical_indices[i], A[i], str(A[i]), ha='center', va='bottom')\n",
"\n", "\n",
"plt.ylim(0, 90)\n", "plt.ylim(0, 90)\n",
"plt.show()\n",
"\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