-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Misaligned plots when plotting with UnicodePlots.jl using BrailleCanvas (Take 2) #2445
Comments
@expikr can you also paste a screenshot? Thanks! |
Font for ‘raw output’ looks like SF Mono or similar - you could try a different font? |
the "raw output" is just a plaintext codeblock, you can copy it from your browser. |
The UnicodePlots are not quaranteed to work in every display. If you copy/paste the text, it will only work with some fonts, but definitely not with all Do you use this feature from Pluto? I don't see Pluto in the screenshots. Pluto's only promise is that it should work inside the pluto viewer. Is that what you expect and does not work? |
EDIT: ahh, just realized that this isn't the repository for UnicodePlots.jl itself. |
It is sharable but you need to take extra care to select a font in your editor that supports all the Unicode characters with the same width. For issues with UnicodePlots itself, you can file an issue here. I'm going to close this issue now, feel free to reach out if you find other things going wrong with Pluto and its plots renderer! Thanks! |
I think it's also something to do with ANSI escape sequences that Terminal emulators can handle but other text environments can't. |
In that case, it would be helpful to write the output directly to a text file and share that, without copy/pasting. Something like: write("output.txt", repr(MIME"text/plain"(), lineplot(...))) |
Raw output:
VSCode:
Originally posted by @expikr in #870 (comment)
The text was updated successfully, but these errors were encountered: