Mattriks

Results 171 comments of Mattriks

The nbsp error in svg is different, and has been reported elsewhere (google it).

Did you check if pinning Pango_jll to an earlier version fixes it? `]pin [email protected]` Your Compose test above shows you have Pango_jll v1.50.3

But this issue doesn't seem to affect MacOS or Linux users, so not easy to fix.

Adding tick marks is not on my current Roadmap #1385, but there is PR #792 which appears abandoned, so someone could modify/update.

Not all stats to one layer, but to the appropriate layer, as happens in a `plot` with multiple layers. I'm close to having a PR ready.

A reminder to test these 2 examples: - https://discourse.julialang.org/t/how-to-make-geom-errorbar-work-with-geom-subplot-grid-in-gadfly-jl/80158/2 - https://discourse.julialang.org/t/how-to-make-stat-x-jitter-work-with-geom-subplot-grid/80152

Perhaps like in https://github.com/GiovineItalia/Gadfly.jl/issues/1310#issuecomment-577388786, but with ```xgroup=:year, x=:month```. That style would emphasize the year-to-year differences, if that is of interest.

Julia can generate symbols directly: https://docs.julialang.org/en/v1/manual/unicode-input/ and [Tab completion](https://docs.julialang.org/en/v1/stdlib/REPL/#Tab-completion-1). Here is a plot I started working on for the `Gadfly` docs: ![issue1073](https://user-images.githubusercontent.com/18226881/35699285-adc96b7a-07e3-11e8-932b-12fc558633c6.png) See also #1073

https://github.com/SimonDanisch/UnicodeFun.jl I haven't tried it, but I think doing latex → Unicode in a separate package is the way to go.