Jens Tinggaard

Results 8 comments of Jens Tinggaard

I've had the same problem myself, fixed it by not using `plt.subplots()`, but simply writing to the "root", by calling `plt.function()` as opposed to `fig.function()`. ```shell Package Version --------------- -------...

@flavio-martinelli I did not solve the exact problem OP had, I had one simmilar and solved it by calling `plt.plot()` every time in my loop, as I were not calling...

As Nathan said, the plan is to allow the user to move the default placement of the note, which would resolve you issue. As a temporary workaround, you could maybe...

Maybe we could do something along what they do i CeTZ, which I've seen some packages implement as well, like [here](https://github.com/typst-community/valkyrie/blob/main/scripts/package) in Valkyrie

Hi, thanks for raising the issue. I would aggree that the green box does nicer - would you mind sharing the source for the green box? (or maybe you're even...

Thanks for clarifying, I was really interested as how you had managed to draw such a box in Typst, as it is not (to my knowledge) possible without _a lot_...

Yes, LGTM. > You mentioned upgrading the distribution script Yes, that is still in the making - sorry about the delay. Life has gotten in the way. I don't know...

> Does this require any action on my part? Happy to write an example if necessary, though I'm not quite sure what I would write as the image URL. For...