diff --git a/docs/content/assets/screenshots/troubleshooting/weird_braille.webp b/docs/content/assets/screenshots/troubleshooting/weird_braille.webp deleted file mode 100644 index cb36d39c..00000000 Binary files a/docs/content/assets/screenshots/troubleshooting/weird_braille.webp and /dev/null differ diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md index 4ffe4b1b..3015c969 100644 --- a/docs/content/troubleshooting.md +++ b/docs/content/troubleshooting.md @@ -2,24 +2,17 @@ ## The graph points look broken/strange -It's possible that your graphs won't look great out of the box due to the reliance on braille fonts. - -One example of this is seeing a bunch of missing font characters, caused when the terminal isn't configured properly to render braille fonts. +It's possible that your graphs won't look great out of the box due to the reliance on braille fonts to draw them. One +example of this is seeing a bunch of missing font characters, caused when the terminal isn't configured properly to +render braille fonts.
Example of a terminal with no braille font.
Powershell shown missing braille fonts
-Another example is when braille is rendered as a block of dots, with the non-coloured dots also appearing. This may look strange for some users, and it is also caused by misconfiguration or missing fonts. - -
- Example of a terminal with the wrong braille font. -
Braille fonts rendering as a block of dots
-
- -One alternative is to use the `--dot_marker` option to render graph charts using dots instead of the braille characters, which generally seems better supported out of the box, -at the expense of looking less intricate: +One alternative is to use the `--dot_marker` option to render graph charts using dots instead of the braille characters, +which generally seems better supported out of the box, at the expense of looking less intricate:
Example of running bottom with the dot marker flag