Mattriks

Results 171 comments of Mattriks

`context-fill` and `context-stroke` are available in svg 1.2 (i.e. leading up to svg 2). Inkscape supports these features (https://inkscape.org/release/inkscape-0.92/ - scroll down to near the bottom of that page -...

Did you investigate converting a Compose svg file using ImageMagick with Inkscape? If so, please write about your findings here, to help other users.

@bjarthur I can add the change to `render_discrete_key` in my PR #1606.

In your plot above, the `Theme(discrete_highlight_color= )` default is a function that returns white: the changing opacity is an illusion. Try adding `Theme(discrete_highlight_color=identity)`. And see [this example](https://github.com/GiovineItalia/Gadfly.jl/pull/1252#issuecomment-464449455). The `alpha` functionality...

Perhaps a community poll? Here are some suggestions (which users can test): 1) `Theme(discrete_highlight_color=c->"white")` 2) `Theme(discrete_highlight_color=c->nothing)` 3) `Theme(discrete_highlight_color=identity)` 4) Other suggestions? Probably better to do a poll via Julia discourse....

Also you can make Gadfly plots open in other software: https://discourse.julialang.org/t/can-i-choose-display-software/29510

Gadfly is trying to open the plot in a browser, but I'm guessing that _windows_ is trying to open the _linux_ file path "/tmp/jl_vt9Qbf.html" under wsl2. A similar issue is...

@hcfugro Did you find a solution? If so, please post here, to help other users that encounter this issue

Try putting the `h |> PNG(fn)` before the `display(h)` line?