mohansn / quorastuff

9 stars 9 forks source link

Permalink to image #7

Open mohansn opened 9 years ago

mohansn commented 9 years ago

From Jeff Wright (http://quoranoftheday.quora.com/Pie-Charts-For-Everyone/comment/635017) : I only wish the input parameter were included as part of the URL so I can do a permalink to the particular chart.

kratsg commented 9 years ago

@mohansn -- I've got a working herokuapp for this. It includes some extra features. This uses matplotlib now -- http://quora-pie-chart.herokuapp.com/ via https://github.com/kratsg/quora-pie-chart

mohansn commented 9 years ago

Wow - this is excellent! May I provide a permalink by linking to this image url? At the moment, it can't retrieve my pie image.

On Sat, Nov 29, 2014 at 2:09 PM, Giordon Stark notifications@github.com wrote:

@mohansn https://github.com/mohansn -- I've got a working herokuapp for this. It includes some extra features. This uses matplotlib now -- http://quora-pie-chart.herokuapp.com/ via https://github.com/kratsg/quora-pie-chart

— Reply to this email directly or view it on GitHub https://github.com/mohansn/quorastuff/issues/7#issuecomment-64945483.

kratsg commented 9 years ago

Go ahead. I've also added a 'bar' version as well.

http://quora-pie-chart.herokuapp.com/pie/Giordon-Stark.png pie http://quora-pie-chart.herokuapp.com/bar/Giordon-Stark.png bar

http://quora-pie-chart.herokuapp.com/pie/Giordon-Stark.png?profile=false pie http://quora-pie-chart.herokuapp.com/bar/Giordon-Stark.png?profile=false bar

kratsg commented 9 years ago

Just note that you can eliminate the profile picture by adding ?profile=false to the end of the url.