Skip to main content
4 votes
Accepted

Fixing plotting artifacts when using plt.xscale('symlog')

You can simple change plt.xscale('symlog') to plt.xscale('log'). 'symlog' is an extension of the 'log' scale for negative values, which you do not need here. Naturally, this extension is not seamless, ...
MrXerios's user avatar
  • 507
4 votes
Accepted

Facet label spacing and annotation positioning in forest plot

It's a bit hacky, but you could insert spaces using <span></span> = " " <span style='color:transparent;'>xxxxxxxx</span> = " " (8 spaces) and after ...
lailaps's user avatar
  • 12.7k

Only top scored, non community-wiki answers of a minimum length are eligible