Skip to content

Makie 0.17 support #224

Closed
Closed
@lorenzoh

Description

@lorenzoh

When using Makie.jl 0.17, there are some errors cropping (see https://github.com/FluxML/FastAI.jl/runs/6404954707?check_suite_focus=true) up in the code for showing multiple observations, here:

# Add titles to named blocks
M.Label(grid[0, 1], "", tellwidth = false, textsize = 25)
for (i, title) in enumerate(header)
M.Label(grid[1, i], title, tellwidth = false, textsize = 25)
end

This code tries to add titles to the beginning of each column of a previously created GridLayout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions