kandy icon indicating copy to clipboard operation
kandy copied to clipboard

Add `plotInset` parameter to style

Open AndreiKingsley opened this issue 1 year ago • 4 comments

https://nbviewer.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/f-4.7.1/theme_plot_inset.ipynb

AndreiKingsley avatar Jul 26 '24 12:07 AndreiKingsley

Hello, if this issue is still available may I please try to solve it?

lucas-watkins avatar Aug 30 '24 02:08 lucas-watkins

Yes, you are welcome.

You need to add the inset property to the PlotCanvas custom style configuration. First you need to research its behavior in Lets-Plot and design API for it.

AndreiKingsley avatar Sep 01 '24 07:09 AndreiKingsley

I have implemented an API that is very similar to the existing one that handles margins. However, I read in CONTRIBUTING.md that all new APIs must come with documentation. Is it appropriate to add documentation in the docs folder or the examples folder in this case?

lucas-watkins avatar Sep 02 '24 17:09 lucas-watkins

Custom style API is still unstable, we haven't done documentation and tests yet, so you can add it without them for now.

AndreiKingsley avatar Sep 03 '24 13:09 AndreiKingsley

@AndreiKingsley Should we close this issue?

devcrocod avatar Jan 23 '25 10:01 devcrocod