Compose.jl icon indicating copy to clipboard operation
Compose.jl copied to clipboard

Declarative vector graphics

Results 58 Compose.jl issues
Sort by recently updated
recently updated
newest added

An issue came up in GraphPlot.jl that turns out to actually be an issue in Compose.jl (https://github.com/JuliaGraphs/GraphPlot.jl/issues/156) MWE: Make a plot with many red circles ```julia n = 10 g...

Hi, when the output image in SVG format is shaped to a stretched rectangle, there are inconsistencies in the way forms are reshaped. In the following example, the circle is...

It breaks down my code when I add it to my dependency, this turns out to be the cause. ```julia julia> fill([]) 0-dimensional Array{Vector{Any}, 0}: [] julia> using Compose julia>...

I would like to underline some text. From [Text documentation](https://giovineitalia.github.io/Compose.jl/v0.5/index.html#Text-1), this would seem possible: > More general formatting for the SVG backend is [documented here](https://www.w3.org/TR/SVG/text.html) which in turn describes the...

I'm not really sure if this is a [Gadfly.jl/Compose.jl](https://github.com/GiovineItalia/Compose.jl) or a [AlgebraOfGraphics.jl](https://github.com/JuliaPlots/AlgebraOfGraphics.jl) issue so I thought I make an issue at both repos. [here](https://github.com/JuliaPlots/AlgebraOfGraphics.jl/issues/215) I was making a notebook with...

If one is using Compose in the REPL then nothing will be displayed. Unless you have Gadfly loaded then it will display. because Gadfly adds a display to the display...

As part of trying to understand #420, I went to console: Click for full output ```julia help?> table ``` ```julia search: table mutable struct ismutable coeftable CoefTable iswritable isimmutable Patchable...

Introspec seems really neat, but the [current documentation](https://giovineitalia.github.io/Compose.jl/latest/tutorial/#Trees-can-be-visualized-with-introspect) isn't sufficient to understand the "why" of the tool, or how/when it is useful. Perhaps a few sentences explaining the "decoder ring"...

Mirroring the SVG properties, allowing for bold, italic, etc.

enhancement

`introspect` behaves in a somewhat weird way when given a graph which is not a tree. For example, if we apply it to the Sierpinski fractal from the tutorial: ```...