genepattern / single_cell_clustering_notebook

BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

figure 1 refactor #15

Closed alex-wenzel closed 5 years ago

alex-wenzel commented 5 years ago

This pull request addresses ticket SNPA-15. I made some formatting changes to the first figure for readability and clarity with regards to the slider values. I'm requesting this be merged into the develop branch so we can keep iterating. Here's a before and after:

image

image

I am definitely open to more recommendations to improve it.

alex-wenzel commented 5 years ago

Added code to not plot the standard deviation lines if they are farther than the maximum value of the plot. Also addressed a bug that would cause the plot to render incorrectly if every value in a measurement is 0. That should only happen when people aren't using %mito, so we should fix that more robustly upstream.

image