Roman Zenka

Results 38 comments of Roman Zenka

You are drawing 20 rows with titles with margin. 20 times 0.05 is 1, so you are asking the library to spend all the vertical space on margin alone. What...

I do not think I would want plotly to work the way you envision. A "principle of least surprise" approach would be to allow the user to set both nrows...

We got tripped by this bug as well, and I think I found a way to solve the problem. Internally, `subplot` translates names of all Y axes in all the...

I reran the original reprex with my bugfix, obtaining this: ![Image](https://github.com/user-attachments/assets/8f880636-dbbd-46ff-8465-74046b6c3ebf) I believe that is the desired output (modulo some bad spacing with the legend).

This is a duplicate of similar issues #2378, #2144 and #2057. You are right, it is all about the borders of the plot not having margins applied to them, I...

@avsdev-cw Trying to look into this - you are right, this is not working great. I do no think that removing the if statements is a good idea, as the...

Those plots look great! I think this could possibly be somewhat mimicked using [barcornerradius](https://plotly.com/javascript/reference/layout/#layout-barcornerradius) in plotly.js, would need to investigate.

Your more conventional code block appears identical to the first block, except in the first one you refer to `gg2` variable and print `gg`... is that a mistake on your...

Duplicate of #2408 GGrepel is quite very tricky to implement, as it requires good knowledge of exact text shapes and repositioning upon plot zoom/pan so labels remain readable. That means...

Thanks for flagging this, from the outside it looks like it might be tricky to implement, but good to be aware.