Skip to content

v0.1.6

Compare
Choose a tag to compare
@josesho josesho released this 15 Jan 09:06

Several keywords have been added to allow more fine-grained control over a selection of plot elements.

  • swarm_dotsize
  • difference_dotsize
  • ci_linewidth
  • summary_linewidth
  • context (allows you to set the plotting context as defined by seaborn’s plotting_context()).

Now, if paired=True, you will need to supply an id_col, which is a column in the DataFrame which specifies which sample the datapoint belongs to.