- Fixed color by boolean data type
- Use same colors as
scanpy
. - Optionally sort composition_plot
- Use
natsort
to sort categories - Use colors specified in anndata.uns if available
- Change default binning aggregation method from mean to max
- Added option to link brushing across multiple embeddings
- Handle additional data types in composition_plot
- Removed statistics from composition_plot
- Handle non-categorical object data types when binning
- Automatically determine the number of columns in embedding plot
- Automatically determine point size, changed default categorical color map and updated legend options for embedding plot
- Fixed linked brushing in volcano plot
- Disabled linked brushing in volcano plot as it colors points incorrectly
- Added volcano plot
- Renamed count_plot to composition_plot
- Added statistics to composition_plot
- Added variable_feature_plot
- Plots now auto-bin for large datasets
- Tooltip improvements for embedding plot
- Added count_plot
- Improved dotplot tooltips
- Use mode function to summarize categorical data types when binning
- Return data frame for scatter and embedding in order to get transformed coordinates when binning
- Set default scatter plot color map to viridis
- First release