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 am trying to have a figure with the density plots of a variable and its log10 transform next to each other. I tried to pass the two variables as...

## Bug description Plot with multiple columns does not seem to move the title when aspect ratio is changed. ## Steps to reproduce ``` using CairoMakie, DataFrames using AlgebraOfGraphics d...

## Problem description I am making a line plot with wide data. The command is ``` p = data(df_collapsed) * mapping(:mean_age, [:N, :U, :B, :W], color = dims(1) => renamer(["N",...

## Problem description I would like to be able to do a `LinesFill` plot with the `lower` and `upper` referring to the `x` axis, rather than the `y` axis. (My...

## Bug description Similar to issue #50: when faceting and a panel is empty it leads to wrong grid lines and axis labels. While this works for a numeric x-axis,...

Currently, AoG derives the domain of a value from the observed data. However, if a certain value is never observed in the data, the corresponding value element of the domain...

## Bug description The colors in the legend end up inverted from the blocks in a stacked bar chart, which makes it a little harder to scan. ## Steps to...

## Bug description Learning to plot iris data with `AlgebraOfGraphics.jl`, but I have found that using `Species` as layout results in a blank and out-of-place facet. Please see the code...

AoG offers log scales, but they seem to behave awkwardly. Asking for log scales on a density currently results in replacing However, I don't think this is a very commonly-used...

#### Example 1: `BarPlot` ![image](https://user-images.githubusercontent.com/6280307/229142885-b2aa42f1-2d25-4c62-9820-3db68e0ce943.png) ```julia bar_df = DataFrame( x = ["a", "a", "a", "b", "b"], y = [1, 1, 1, 1, 1], grp2 = "h" .* string.([1, 2, 1,...