Skip to content

Commit

Permalink
linking bar plot image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramanujam Srivatsan committed Nov 8, 2014
1 parent 9e9075b commit 363d07c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Bar plots are typically used to plot binned data, where the data is binned accor
home$ psql -d <dbname> -h <hostname> -U gpadmin -c 'select x*10 as binCenter, random()*100 as count from generate_series(1, 100) x;' | python -m 'ppsqlviz.plotter' bar
```
The first column always has to be the x axis (bin center).
Here's the output ![Bar Plot](https://raw.githubusercontent.com/vatsan/pandas_via_psql/master/plots/barplot.png)

Image Rendering
===================
Expand Down

0 comments on commit 363d07c

Please sign in to comment.