Skip to content

Commit

Permalink
Added tight layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeschaines committed Dec 17, 2023
1 parent 91d4854 commit fb863ca
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions pyThreeD.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "raw",
"id": "fabulous-terminal",
"id": "choice-tuner",
"metadata": {},
"source": [
"FILE: pyThreeD.ipynb\n",
Expand All @@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "equipped-scout",
"id": "attractive-shield",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -49,7 +49,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "automatic-franchise",
"id": "floppy-terrorism",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -65,7 +65,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "removable-vector",
"id": "tropical-people",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -93,7 +93,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "asian-somalia",
"id": "breathing-trinidad",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -112,7 +112,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "industrial-exhibit",
"id": "efficient-bumper",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -128,13 +128,18 @@
"#fig = plt.figure(figsize=(8.0,8.0), dpi=100.0) # 620x616 viewport\n",
"#fig = plt.figure(figsize=(7.74,7.78), dpi=100.0) # 600x599 viewport\n",
"#fig = plt.figure(figsize=(10.0,8.0), dpi=100.0) # 775x616 viewport\n",
"#fig = plt.figure(figsize=(10.32,7.80), dpi=100.0) # 800x601 viewport\n"
"#fig = plt.figure(figsize=(10.32,7.80), dpi=100.0) # 800x601 viewport\n",
"\n",
"try:\n",
" fig.set_tight_layout(True)\n",
"except:\n",
" fig.set_layout_engine('tight')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "purple-currency",
"id": "artificial-arabic",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -157,7 +162,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "final-plane",
"id": "african-flight",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -174,7 +179,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "loved-infrastructure",
"id": "unique-cliff",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -186,7 +191,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "marine-science",
"id": "funky-drinking",
"metadata": {},
"outputs": [],
"source": [
Expand Down

0 comments on commit fb863ca

Please sign in to comment.