Dodano import arange.

This commit is contained in:
BartN 2021-02-13 23:16:59 +01:00
parent 88078e2fd5
commit 00e24618cc

View File

@ -1068,7 +1068,8 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"from mpl_toolkits.mplot3d import Axes3D" "from mpl_toolkits.mplot3d import Axes3D\n",
"from numpy import arange"
] ]
}, },
{ {
@ -1942,7 +1943,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.9.1" "version": "3.9.0"
}, },
"varInspector": { "varInspector": {
"cols": { "cols": {