Matthijs Cox

Results 16 comments of Matthijs Cox

v0.10.0 has these features, I added an example to the docs on how to generate the table in the original post.

Cool, thanks for the suggestions! Is the [savefig](https://docs.juliaplots.org/latest/api/#Plots.savefig-Tuple{Plots.Plot,%20Any}) function also defined inside RecipesBase.jl? I don't think so. And what would be a good way to include the savefig functionality then?

Thanks, I'll look into Requires.jl. I'd prefer to not use such trickery, but it might be the only way. The end goal of the package is to make fancy PowerPoints...

> I think it would be the easiest to do this via package extensions, since the user has to load the plotting library anyways True, this would be a good...

I agree this would be more intuitive to users. Quick brainstorm - Make the [Slide.layout](https://github.com/ASML-Labs/PPTX.jl/blob/main/src/Slide.jl#L44) field a `Union{Integer, String}`. - Upon [writing](https://github.com/ASML-Labs/PPTX.jl/blob/main/src/write.jl#L105) the PPTX, create this `layoutnamemap`. - Pass this...

We switched to ZipArchives.jl in https://github.com/ASML-Labs/PPTX.jl/pull/31, so closing this PR