Skip to content

Commit 089263c

Browse files
committed
Added announcement that I am no longer working on prettyplotlib
1 parent ec658cb commit 089263c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Announcement
2+
3+
Thank you to everyone who has used `prettyplotlib` and made it what it is today! Unfortunately, I no longer have the bandwidth to maintain prettyplotlib. I recommend using [`seaborn`](https://github.com/mwaskom/seaborn). Using `seaborn`, to get the `prettyplotlib` style, do:
4+
5+
import seaborn as sns
6+
sns.set(style='ticks', palette='Set2')
7+
8+
And to remove "chartjunk", do:
9+
10+
sns.despine()
11+
12+
If you have discrete pull requests, I will accept them, but I personally will no longer fix bugs.
13+
14+
If you are a biological scientist looking for ways to analyze your big-ish (20+ samples) data, check out my main project, [`flotilla`](https://github.com/YeoLab/flotilla).
15+
116
[![Build Status](https://travis-ci.org/olgabot/prettyplotlib.png?branch=master)](https://travis-ci.org/olgabot/prettyplotlib)
217

318
prettyplotlib

0 commit comments

Comments
 (0)