Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flow horizontally in tables to save vertical space #115

Merged
merged 1 commit into from
May 2, 2021

Conversation

mattfenwick
Copy link
Owner

@mattfenwick mattfenwick commented May 1, 2021

Fixes #106

Example:

+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| TCP/80 |   X/A   |   X/B   |   X/C   |   Y/A   |   Y/B   |   Y/C   |   Z/A   |   Z/B   |   Z/C   |
| TCP/81 |         |         |         |         |         |         |         |         |         |
| UDP/80 |         |         |         |         |         |         |         |         |         |
| UDP/81 |         |         |         |         |         |         |         |         |         |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| x/a    | X X X X | X X X X | X X X X | X X X X | X X X X | X X X X | X X X X | X X X X | X X X X |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| x/b    | . X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| x/c    | . X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| y/a    | X X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| y/b    | . X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| y/c    | . X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| z/a    | X X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| z/b    | X X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+
| z/c    | X X X X | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . | . . . . |
+--------+---------+---------+---------+---------+---------+---------+---------+---------+---------+

@mattfenwick mattfenwick changed the title flow horizontal in tables to save vertical space flow horizontally in tables to save vertical space May 1, 2021
@mattfenwick mattfenwick merged commit 920e568 into master May 2, 2021
@mattfenwick mattfenwick deleted the table-formatting branch May 2, 2021 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get a single connectivity matrix to fit on a single page (even on smaller monitors)
1 participant