Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila authored Apr 21, 2018
1 parent cdc1afc commit a798390
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,19 @@ The code to run it was (and still is):

ast.corr(titanic, title='TITANIC SURVIVAL DATA', sub_title="Economics of Making it Alive")

Today Astetik include, in addition to the original descriptive table and the heatmap correlation, over 20 unique plots and many unique features to make the daily life of data scientists and visual storytellers more enjoyable.
Today Astetik include, in addition to the original descriptive table and the heatmap correlation, over 20 unique plots and many unique features to make the daily life of data scientists and visual storytellers more enjoyable. The focus remains on simplicity in both use and aesthetic:

<img width=600 src=https://raw.githubusercontent.com/mikkokotila/astetik/master/examples/images/foon_line.png>

The code to produce the above line graph:

ast.line(data=global_totals,
x=['population','food'],
y='year',
palette='colorblind',
legend=True,
title='Global Food Trends',
sub_title='Production on its own trajectory since 1992')

## Features

Expand Down

0 comments on commit a798390

Please sign in to comment.