-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
After creating plot with renderImage with config like this label y is slightly covered
const plt = plot(
{
x: x,
y: y,
},
{
x: {
label: {
font: {
size: "18",
family: "Verdana",
},
text: "Frequency [Hz]",
},
},
y: {
label: {
font: {
size: "18",
family: "Verdana",
},
text: "Magnitude",
},
},
}
);example plot

Maybe some padding in https://github.com/data-forge-notebook/plot/blob/master/packages/render-image/template-src/template/assets/index.css will fix this?
Metadata
Metadata
Assignees
Labels
No labels