-
Notifications
You must be signed in to change notification settings - Fork 479
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
SVGJS support for Gadfly docs? #229
Comments
This will need an implementation of "inline" displays similar to what IJulia does, which just hasn't been that high on the list of priorities. It's perfectly doable, but I probably won't get around to implementing it for a little while yet. |
It would be super nice for GiovineItalia/Gadfly.jl#879. I've mostly finished the transition, but it's missing all the plots that were automatically generated using https://github.com/dcjones/Judo.jl. |
Yes, definitely. Getting a complete solution to this will take a little while, but I think I could possibly hack in something to at least get basic |
Allow `image/svg+xml` output for `at-example` blocks when the object to be displayed is capable of output the format. Should help with #229, but is not yet a completely general solution.
Allow `image/svg+xml` output for `at-example` blocks when the object to be displayed is capable of output the format. Should help with #229, but is not yet a completely general solution.
Allow `image/svg+xml` output for `at-example` blocks when the object to be displayed is capable of output the format. Should help with JuliaDocs#229, but is not yet a completely general solution. (cherry picked from commit 61e56be)
@MichaelHatherly I'm super happy with the SVG support on master. Here's the docs for what is required for SVGJS support when you get the chance to look into it: http://tamasnagy.com/Gadfly.jl/man/backends.html#Changing-the-backend-1 Thanks! |
Thanks, I'll have a look at that sometime over the next few weeks if I get a chance. |
I believe #764 fixed this. Please re-open / open a new issue if it still doesn't work. |
I'm in the process of rewriting the documentation for Gadfly and we're transitioning to
Documenter.jl
. What would be the best way to show the plot in an@example
block?Currently:
gives
which isn't very useful. I know I can do something like the following:
and include
![](test.svg)
which is way more cumbersome. I'm using the HTML renderer in the latest Documenter on 0.5 btw.The text was updated successfully, but these errors were encountered: