Try a colorblind palette.

This commit is contained in:
Julien Palard 2021-12-07 18:06:14 +01:00
parent 4f5b671c13
commit 558aba63e2
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -116,6 +116,7 @@ def plot_main():
mean_date(row["start_date"], row["end_date"])
)
by_version[row["python_version"]][1].append(row["download_count"])
plt.style.use("tableau-colorblind10")
plt.figure(figsize=(10, 10 * 2 / 3))
for version, (x, y) in by_version.items():
if version is None: