Skip to content

Instantly share code, notes, and snippets.

@jorvis
Created March 7, 2018 05:10
Show Gist options
  • Save jorvis/5e9681ae669aa9d3c9f2ce3f2941588c to your computer and use it in GitHub Desktop.
Save jorvis/5e9681ae669aa9d3c9f2ce3f2941588c to your computer and use it in GitHub Desktop.
sc.pl.violin(adata, gene.gene_symbol, group_by='mygroups', save="{0}.png".format(pid), linewidth=0.3)
Yields:
Traceback (most recent call last):
File "/var/www/gear/cgi/get_violin_plot.cgi", line 81, in <module>
main()
File "/var/www/gear/cgi/get_violin_plot.cgi", line 68, in main
sc.pl.violin(adata, gene.gene_symbol, group_by='mygroups', save="{0}.png".format(pid), linewidth=0.3)
TypeError: violin() got an unexpected keyword argument 'linewidth'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment