Skip to content

Commit 5535c8f

Browse files
committed
trying p align now
1 parent 04ac908 commit 5535c8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"source": [
77
"# Generating nice smooth parallel plots!\n",
88
"\n",
9-
"<center>\n",
10-
"<img src=\"README_files/output_9_0.png\" width=\"260\">\n",
11-
"&nbsp;<img src=\"README_files/output_13_0.png\" width=\"260\" /></center>"
9+
"<p align=\"center\">\n",
10+
"<img src=\"README_files/output_9_0.png\" width=\"300\">\n",
11+
"&nbsp;<img src=\"README_files/output_13_0.png\" width=\"300\" /></p>"
1212
]
1313
},
1414
{

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Generating nice smooth parallel plots!
22

3-
<center>
4-
<img src="https://raw.githubusercontent.com/markste-in/parallelplot/refs/heads/main/README_files/output_9_0.png" width="260">
5-
&nbsp;<img src="https://raw.githubusercontent.com/markste-in/parallelplot/refs/heads/main/README_files/output_13_0.png" width="260" /></center>
3+
<p align="center">
4+
<img src="https://raw.githubusercontent.com/markste-in/parallelplot/refs/heads/main/README_files/output_9_0.png" width="300">
5+
&nbsp;<img src="https://raw.githubusercontent.com/markste-in/parallelplot/refs/heads/main/README_files/output_13_0.png" width="300" /></p>
66

77
## How to install
88

0 commit comments

Comments
 (0)