Skip to content

Commit

Permalink
enh: Refactoring of sisl.viz to a more modular design
Browse files Browse the repository at this point in the history
  • Loading branch information
pfebrer committed Sep 22, 2023
1 parent f845e95 commit 351944b
Show file tree
Hide file tree
Showing 183 changed files with 24,314 additions and 17,826 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"from sisl.viz import MultiplePlot, Animation, SubPlots"
Expand Down Expand Up @@ -110,9 +112,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"metadata": {},
"outputs": [],
"source": [
"# You just pass the plots and then any extra arguments for the plot class (see help(SubPlots))\n",
Expand Down Expand Up @@ -235,7 +235,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -249,9 +249,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.8.15"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit 351944b

Please sign in to comment.