plotly.rs icon indicating copy to clipboard operation
plotly.rs copied to clipboard

Legend text doesn't fit inside the box in SVG output. Font size is different in SVG and PNG outputs at larger fonts.

Open YDS67 opened this issue 2 years ago • 0 comments

A reproducible example can be found here: https://github.com/YDS67/rust-plotly-examples/tree/main/example5

I used scale 1 and resolution 1280x768 for both PNG and SVG. Using different scales for SVG just messed up the image.

PNG works fine, but there seems to be a limit on max font size.

I haven't been able to find any way to increase the legend width manually.

YDS67 avatar Nov 07 '23 19:11 YDS67