You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am finding that larger NJTs (multi-country) wouldn't render on my machine (Windows, Firefox). I would get a message saying "WebGL is not supported by your browser", however WebGL is supported and configured correctly. Plots with fewer samples rendered fine.
I could get the larger plots to render by using render_mode="svg". This is the default for plot_haplotype_networks(), perhaps a similar issue was found there?
We could change plot_njt() to match plot_haplotype_networks?
The text was updated successfully, but these errors were encountered:
I am finding that larger NJTs (multi-country) wouldn't render on my machine (Windows, Firefox). I would get a message saying "WebGL is not supported by your browser", however WebGL is supported and configured correctly. Plots with fewer samples rendered fine.
I could get the larger plots to render by using
render_mode="svg"
. This is the default forplot_haplotype_networks()
, perhaps a similar issue was found there?We could change
plot_njt()
to matchplot_haplotype_networks
?The text was updated successfully, but these errors were encountered: