Open michaelofrancis opened 1 year ago
Hi, For the current version, you can save it like this:
a = gl.compare_effect(...)
a[0].savefig(...)
a[0] here is a matplotlib figure object. I will add parameters for saving in the next version.
Hi,
from v3.4.17, you can save the plot by adding save
and saveargs
like
gl.compare_effect(
...
save = "myplot.png",
saveargs= {"dpi":300,"facecolor":"white"}
)
Thanks for the comment!
Hi, Does the figargs/saveargs provide the argument for figure units, "in", "cm", "mm", "px"?
Is there a parameter to output and save the scatterplot? https://cloufield.github.io/gwaslab/EffectSize/