mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-23 17:51:51 +01:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1106,7 +1106,6 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"\n",
|
||||
"fig, ax = plt.subplots(subplot_kw={\"projection\": \"3d\"})\n",
|
||||
"\n",
|
||||
"X = np.arange(-3, 3, 0.25)\n",
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"\n",
|
||||
"import numpy as np\n",
|
||||
"import matplotlib.pyplot as plt\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user