Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pet authored Dec 25, 2021
1 parent fa6e15d commit 46ef14d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ In the first example, the linear colormap used by `scatter` is completely useles
`scatter_nice` fixes this by using an automatically balanced nonlinear colormap.
Moreover, outliers near the beginning of the input vector are completely invisible in the first plot since they are hidden by later datapoints.
Using `scatter_nice`, they are easily visible because of a) the nonlinear colormap and b) *randomized-order plotting*.

In the second example, simply plotting two groups after another (with `hold on`) using `scatter`, the second group will completely hide the first.
`scatter_nice` offers a simple interface for plotting multiple groups and plots them in *randomized order*.

In both examples, `scatter_nice` adaptively chooses a point size that is (to my eyes, at least) better suited to the number of datapoints, and selects a fitting and well-crafted colormap from `cbrewer`.

![An example plot.](demo.png)
Expand Down

0 comments on commit 46ef14d

Please sign in to comment.