AlgebraOfGraphics.jl
AlgebraOfGraphics.jl copied to clipboard
Combine ingredients for a plot
## Bug description `LaTeXStrings` are not rendered correctly when used with `renamer`. ## Steps to reproduce Normally `LaTeXStrings` are rendered correctly, like here: ``` using AlgebraOfGraphics using CairoMakie using LaTeXStrings...
Maybe include here all the feedback provided during makiecon, so we can have a clear idea of what is already possible and what is not. @piever ?
## Problem description I often want to show a scatter plot with a regression line, next to which I want to print the slope coefficient of the line (or maybe...
The AoG documentation states (https://aog.makie.org/stable/generated/visual/) that the Makie-attributes can be passed to `visual`. E.g. `visual(BarPlot)` may be enhanced with: `visual(BarPlot; width = 0.8)` to specify the width of the bars....
no ploting for missing value column https://themantra108.github.io/kaggle/src/types_and_styles_03x08.html
v0.6.14 https://aog.makie.org/stable/gallery/gallery/scales/custom_scales/ The legend is just black boxes, no colors 
An int column could be nominal (unordered) or ordinal (ordered), which determines the color scheme and maybe other attributes for other mappings.
Hey everyone, Thank you for the awesome work with this project. Here I propose a small change to `LinearAnalysis` to include `x^i` terms and allow for polynomial regression. I currently...
This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...
The following kinda works? ```Julia using GLMakie, DataFrames, AlgebraOfGraphics df = DataFrame(; x = repeat(repeat(1:10, inner=10), outer =2), y = repeat(repeat(1:10, outer =10), outer =2), val= rand(200), l = [fill("a",...