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

Combine ingredients for a plot

Results 151 AlgebraOfGraphics.jl issues
Sort by recently updated
recently updated
newest added

I'm not sure if this is your issue or not: The Documentation link on [JuliaHub](https://juliahub.com/ui/Packages/General/AlgebraOfGraphics) does not point to the current documentation, and currently any mention of "AlgebraOfGraphics.jl" on Julia...

This pull request changes the compat entry for the `Colors` package from `0.12` to `0.12, 0.13`. This keeps the compat entries for earlier versions. Note: I have not tested your...

## Problem description I want to cite this repo in a publication. ## Proposed solution Would be nice to have Cite this repository button. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

I was trying to plot the data which has multiple dimensions. One dimension R only have four values (3,4,5,6), but the MarkerSize will show 5 values (3, 3.75, 4.5, 5.25,...

As brought up in Slack just now. Still needs tests but works locally with GeoAxis. One question that remains is what to do about polar axes. With the naive implementation...

## Bug description `axis = (; xlabelvisible = false)` doesn't work if `mapping.col` is used ## Steps to reproduce ``` using Unfold, UnfoldMakie, AlgebraOfGraphics m = example_data("UnfoldLinearModel") results = coeftable(m)...

using `layout = dims(1)` one can currently create a facet layout where each x or y axis is separate, but only if the data is continuous: ```julia df = (...

@jkrumbiegel this is the branch. Only the gallery cards were not working. All other things should be fine.

The `highlight` transformation has a similar effect as the [gghighlight](https://cran.r-project.org/web/packages/gghighlight/vignettes/gghighlight.html) extension from the ggplot ecosystem. You can pass predicates which are then evaluated on the subgroups created by the given...