You can use the title keyword:
using VegaLite
x=collect(-5:0.25:5);
@vlplot(:line,x, x.^3, title="mytitle", config={title={color=:red}})
You can use the title keyword:
using VegaLite
x=collect(-5:0.25:5);
@vlplot(:line,x, x.^3, title="mytitle", config={title={color=:red}})