Skip to content

Commit

Permalink
fix html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 13, 2025
1 parent afb1e47 commit 7bf904f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,106 +78,106 @@ remotes::install_github("Yunuuuu/ggalign")
<table class="table"><thead>
<tr>
<th colspan="2"></th>
<th>`ggalign`</th>
<th>`marsilea`</th>
<th>`ComplexHeatmap`</th>
<th>`ggtree`</th>
<th> <code>ggalign</code> </th>
<th> <code>marsilea</code> </th>
<th> <code>ComplexHeatmap</code> </th>
<th> <code>ggtree</code> </th>
</tr></thead>
<tbody>
<tr>
<td colspan="2">**Language**</td>
<td colspan="2"> <strong>Language</strong> </td>
<td>R</td>
<td>Python</td>
<td>R</td>
<td>R</td>
</tr>
<tr>
<td colspan="2">**User Interface**</td>
<td colspan="2"> <strong>User Interface</strong> </td>
<td>Declarative</td>
<td>Declarative</td>
<td>Functional</td>
<td>Declarative</td>
</tr>
<tr>
<td colspan="2">**Plot System**</td>
<td colspan="2"> <strong>Plot System</strong> </td>
<td>ggplot2 (Advanced plot system built on grid system)</td>
<td>Matplotlib</td>
<td>grid</td>
<td>ggplot2 (Advanced plot system built on grid system)</td>
</tr>
<tr>
<td colspan="2">**Focus**</td>
<td colspan="2"> <strong>Focus</strong> </td>
<td>Composable Visualization</td>
<td>Composable Visualization</td>
<td>Heatmap</td>
<td>tree Data</td>
</tr>
<tr>
<td colspan="2">**Quad Layout**</td>
<td colspan="2"> <strong>Quad Layout</strong> </td>
<td>✅</td>
<td>✅</td>
<td>Heatmap Only (discrete variables)</td>
<td>❌</td>
</tr>
<tr>
<td colspan="2">**Stack Layout**</td>
<td colspan="2"> <strong>Stack Layout</strong> </td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>❌</td>
</tr>
<tr>
<td colspan="2">**Circle Layout**</td>
<td colspan="2"> <strong>Circle Layout</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>✅</td>
</tr>
<tr>
<td colspan="2">**Cross Layout**</td>
<td colspan="2"> <strong>Cross Layout</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td rowspan="4"> **Alignment** </td>
<td>**One-to-One**</td>
<td rowspan="4"> <strong>Alignment</strong> </td>
<td> <strong>One-to-One</strong> </td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
<td>✅</td>
</tr>
<tr>
<td>**One-to-Many**</td>
<td> <strong>One-to-Many</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>**Many-to-One**</td>
<td> <strong>Many-to-One</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td>**Cross**</td>
<td> <strong>Cross</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
<td>❌</td>
</tr>
<tr>
<td colspan="2">**Ease of Use**</td>
<td colspan="2"> <strong>Ease of Use</strong> </td>
<td>Easy for ggplot2 users</td>
<td>Easy for python user</td>
<td>Easy for for grid user</td>
<td>Easy for ggplot2 users</td>
</tr>
<tr>
<td colspan="2">**Fully Compatible with ggplot2**</td>
<td colspan="2"> <strong>Fully Compatible with ggplot2</strong> </td>
<td>✅</td>
<td>❌</td>
<td>❌</td>
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,23 @@ remotes::install_github("Yunuuuu/ggalign")
<th colspan="2">
</th>
<th>
`ggalign`
<code>ggalign</code>
</th>
<th>
`marsilea`
<code>marsilea</code>
</th>
<th>
`ComplexHeatmap`
<code>ComplexHeatmap</code>
</th>
<th>
`ggtree`
<code>ggtree</code>
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">
**Language**
<strong>Language</strong>
</td>
<td>
R
Expand All @@ -107,7 +107,7 @@ R
</tr>
<tr>
<td colspan="2">
**User Interface**
<strong>User Interface</strong>
</td>
<td>
Declarative
Expand All @@ -124,7 +124,7 @@ Declarative
</tr>
<tr>
<td colspan="2">
**Plot System**
<strong>Plot System</strong>
</td>
<td>
ggplot2 (Advanced plot system built on grid system)
Expand All @@ -141,7 +141,7 @@ ggplot2 (Advanced plot system built on grid system)
</tr>
<tr>
<td colspan="2">
**Focus**
<strong>Focus</strong>
</td>
<td>
Composable Visualization
Expand All @@ -158,7 +158,7 @@ tree Data
</tr>
<tr>
<td colspan="2">
**Quad Layout**
<strong>Quad Layout</strong>
</td>
<td>
Expand All @@ -175,7 +175,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td colspan="2">
**Stack Layout**
<strong>Stack Layout</strong>
</td>
<td>
Expand All @@ -192,7 +192,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td colspan="2">
**Circle Layout**
<strong>Circle Layout</strong>
</td>
<td>
Expand All @@ -209,7 +209,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td colspan="2">
**Cross Layout**
<strong>Cross Layout</strong>
</td>
<td>
Expand All @@ -226,10 +226,10 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td rowspan="4">
**Alignment**
<strong>Alignment</strong>
</td>
<td>
**One-to-One**
<strong>One-to-One</strong>
</td>
<td>
Expand All @@ -246,7 +246,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td>
**One-to-Many**
<strong>One-to-Many</strong>
</td>
<td>
Expand All @@ -263,7 +263,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td>
**Many-to-One**
<strong>Many-to-One</strong>
</td>
<td>
Expand All @@ -280,7 +280,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td>
**Cross**
<strong>Cross</strong>
</td>
<td>
Expand All @@ -297,7 +297,7 @@ Heatmap Only (discrete variables)
</tr>
<tr>
<td colspan="2">
**Ease of Use**
<strong>Ease of Use</strong>
</td>
<td>
Easy for ggplot2 users
Expand All @@ -314,7 +314,7 @@ Easy for ggplot2 users
</tr>
<tr>
<td colspan="2">
**Fully Compatible with ggplot2**
<strong>Fully Compatible with ggplot2</strong>
</td>
<td>
Expand Down

0 comments on commit 7bf904f

Please sign in to comment.