Hello, magentarita!
Tell me, how do you make those diagrams using a regular keyboard?
I invented my own system a few years ago.
First, I get into Code mode ... type [ code ] (without the spaces).
Then I make a a few rows of "hyphen-space-hyphen-space..." Code:
. . . - - - - - - - - - -
. . . - - - - - - - - - -
. . . - - - - - - - - - -
Then I use COPY/PASTE to make more rows.
Then I carefully plot out my points.
I count very carefully, because the characters get out-of-line.
It looks like this on my screen . . .
. . . * - - - - - * - - - - -
. . . | - - - -*- | - - - - -
. . . | - - * - - | - - - - -
. . . | -*- - - - | - - - - -
. . . * - - - - - * - - - -
. . . - - - - - - - - - -
But it looks like this in code mode. Code:
. . . * - - - - - * - - - - -
. . . | - - - -*- | - - - - -
. . . | - - * - - | - - - - -
. . . | -*- - - - | - - - - -
. . . * - - - - - * - - - -
. . . - - - - - - - - - -
If I add letters and numerals , it really gets out-of-line
. . A * - - - - - * B - - - -
. . . | - - - -*- | - - - - -
. . 5 | - - * - - | - - - - -
. . . | -*- - - - | - - - - -
. . D * - - - - - * C - - -
. . . - - - 8 - - - - - -
But it looks okay in code mode. Code:
. . A * - - - - - * B - - - -
. . . | - - - -*- | - - - - -
. . 5 | - - * - - | - - - - -
. . . | -*- - - - | - - - - -
. . D * - - - - - * C - - -
. . . - - - 8 - - - - - -
Then I remove the hyphens from the right end.
(Use Delete or Backspace.) Code:
. . A * - - - - - * B
. . . | - - - -*- |
. . 5 | - - * - - |
. . . | -*- - - - |
. . D * - - - - - * C
. . . - - - 8
Then I replace the other hyphens with spaces. Code:
A * - - - - - * B
| * |
5 | * |
| * |
D * - - - - - * C
8
Yes, it's a lot of extra work, but I enjoy it.