-
```julia
using Blink
using Compose # master branch on Julia 1.0
c = compose(context(), rectangle())
body!(Window(), c)
```
causes the following javascript error in the electron window:
```
V…
-
Gadfly has mostly worked for me. However, I am currently making some time-series plots, with multiple series per graph, which need to be clear to colorblind individuals. The obvious solution is to mak…
-
```
1>c:\teaching\2016\old\cheshuin\oop\bin2dec\bin2dec\bin2dec.cpp(53): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
```
- [ ] Программа должна компилироваться без …
-
I've encountered a PDF rendering issue where text is not positioned correctly (see attached PDFs and their corresponding PNGs for comparison).
[array_aesthetics.pdf](https://github.com/GiovineItali…
-
I just ran into this question: https://stackoverflow.com/questions/40563981/gadfly-new-color-layer
> When I push new layer to an existing plot, it keeps the same color. Is there a way to change th…
-
Would it be possible for Gadfly to support creating scatterplot matrices? Like http://home.centurytel.net/~mjm/NScatterplotMatrix.gif
-
Gadfly.spy(rand(5,5)) produces vertical grey lines between the colored boxes. How can these lines be removed?
-
If others are interested, I'd like to meet at the conference to discuss Gadfly backends or drivers, mostly, and seek advice on how to approach contributing to a broader Julia graphics architecture.
…
-
As the title states: is there a rationale behind the fact that the `AlphaColorValue` type doesn't inherit `ColorValue`?
If it did (and any required methods were implemented, of course) it would be tr…
-
AlgebraOfGraphics is very nice!
I was wondering if support for jitter is planned, i.e. adding a bit of randomness to the positions of scatter points to help with overplotting.
For example, when …