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, ...
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 ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
plot × 37799r × 15996
python × 11328
matplotlib × 7945
matlab × 5061
ggplot2 × 4796
pandas × 2406
graph × 1605
visualization × 998
matlab-figure × 916
gnuplot × 908
dataframe × 881
legend × 861
seaborn × 809
python-3.x × 773
numpy × 762
plotly × 760
3d × 757
bar-chart × 727
scatter-plot × 682
histogram × 634
colors × 633
axis × 599
time-series × 568
graphics × 451