Jeremie Knuesel

Results 43 issues of Jeremie Knuesel

For example, the following shows no output in IJulia: ```julia df = (x=1:2, y=[5,10], s=["a", "b"]) draw(data(df) * mapping(:x, :y, color=:s) * visual(Scatter, marker='o', markersize=[20, 30])) ``` and attempting to...

I couldn't find an easy way to access the plot objects created by AoG. Here's an example: ```julia # This examle needs https://github.com/JuliaPlots/Makie.jl/issues/1163 to work properly using AlgebraOfGraphics, CairoMakie set_aog_theme!()...

This is to discuss a simpler syntax for passing data and mappings together, as requested on [Discourse](https://discourse.julialang.org/t/beautiful-makie-gallery/62523/22). The given example was ```julia x = range(-π, π, length=100) y = sin.(x)...

## Details - Atom version: 1.45 - Julia version: 1.4 - OS: Ubuntu 18.04 - Package versions: - Atom.jl: 0.12.10 - julia-client: 0.12.4 - ink: 0.12.3 ### Steps to reproduce...

bug

For example: ``` julia> area(Point2f0[[0,0], [0,1], [1,1]]) -0.5f0 ``` The relevant `area` method is here: https://github.com/JuliaGeometry/GeometryBasics.jl/blob/24d0ee53b0d2ff3eca5bc3a8c864ad53d534df76/src/triangulation.jl#L36 I think there are two issues with this method: 1. It's the generic implementation...

It would be useful to add support for PNG output. While inferior to SVG in rendering quality, I think it has many use cases. Here's mine: I want to distribute...

Hi, `plot` gives a "send: Broken pipe" error when called after the window of a previous plot has been closed. I'm using GR.jl 0.47 with Julia 1.3.0 on Ubuntu 18.04....

I often have directories that look like this: ``` 30.3 GiB [####### ] /a 2.2 GiB [ ] /b 2.5 MiB [ ] /c 92.3 KiB [ ] /d ......

`ExpansionTile` makes it very hard to get the following behavior: ![image](https://user-images.githubusercontent.com/2412819/63640660-1bce8900-c6a3-11e9-8a94-f3402d3de965.png) (The size of the `ExpansionTile` adapts to the size of the `ListView` inside, until it takes all the available...

c: new feature
framework
f: material design
customer: crowd
c: proposal
team-design
triaged-design

It would be great to show [OSC 8 escape sequences](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) as URLs instead of the control character gibberish. For example executing `print("\e]8;;http://example.com\e\\This is a link\e]8;;\e\\\n")` shows ``` \e]8;;[http://example.com\e\This](http://example.com/e/This) is a...

enhancement
status:Needs Triage