MakieOrg / MakieThemes.jl

Themes for Makie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plot frames missing

ro-ble opened this issue · comments

When using your theme package, I noticed that the frame as you can see on the left and bottom of the plot is missing.

image
without frame

image
with frame (like intended)

When searching for the source of this problem I saw that the frames attribute was properly set on the axis2d object. However that did not result in the wanted frame.

I found out, that setting the frames attribute on the axis object instead of the axis2d would produce our frame. Do you know if this would be an AbstractPlotting Error or something to correct in your Package?

following code did the quick fix:

import MakieThemes
const mt = MakieThemes
t = mt.ggthemr(:fresh)
t.axis.frame.frames = t.axis2d.frame.frames

Yes, this package is not currently fully functional. Aim to make it so soon!

I really appreciate your work. If you wish some help with this, you can message me.

Thanks, very appreciated. I'll be in touch once I get an overview :-)