-
In `Gadfly.jl` it would be nice to embed plots in the autogenerated docstrings via `@autodocs`. For example, it would be great if I could include an example like
````
```@example
using RDatasets,…
-
(@v1.7) pkg> st Gadfly
Status `C:\Users\monty\.julia\environments\v1.7\Project.toml`
[c91e804a] Gadfly v1.3.4
(@v1.7) pkg> st Compose
Status `C:\Users\monty\.julia\environments\v1.…
-
Plots
DataFrames
Gadfly
PyPlot
etc
-
[feature request]
I have a graph with many nodes. can't show all node labels with `nlabels` without some ugly overlap.
but Gadfly does it nicely with their `Geom.label`. would be awesome if `Gr…
-
Hi Tim (and Cody),
I am trying to run BlockRegistration.
I get error when I ran plotting. I copied and pasted the error message and my script.
The error message:
julia> plot(x=λs, y=datapenalty, xi…
-
Gadfly is currently on version 1.4, which limits CoupledFields.jl to version 0.2. However, the master is compatible with CoupledFields 0.3. This matters downstream since CoupledFields 0.2 is compatibl…
-
Details are in https://github.com/GiovineItalia/Compose.jl/issues/372 It's possible that this just needs to be noted in the documentation until Compose supports show methods for pdf output. Or Weave c…
-
Hi 👋
First of all, thanks for the amazing work on this library, I'm a big fan and use it every day!
I wanted to create some animation (= GIFs) in Gadfly and realized that there is no easy way to…
-
This came up in a discussion with @alanedelman in the context of teaching. We are using julia at MIT for various classes with IJulia. One of the teaching tools is `eigshow` in matlab, which requires s…
-
I got curious about "time to first plot" and did some profiling to see
where most of the problem was coming from. I thought it might be
useful to share the results here for other's reference so that…