Skip to main content

This package will plot a graph between the two columns of your choice from google sheet.

Project description

This is a very simple library that allow the user to plot the graph between the two columns of the google spreadsheet. To get the graph you are provided by two methods two methods :

  1. get_all_columns(url): In this method you have to provide the url of the the google sheet and it will return the list of all the columns of your sheet.

  2. plot_graph(url,column1,column2,path=”assets”) : Now to plot the graph you are provided with plot graph method.In this method you have to provide the url of the googlesheet and you respective column1 number i.e if it is column 1 then you have provide only “1” as its value and the same concept will be applied with column2 value and at last if you want to store your graph image then you must have folder names as assets, where it will store the my_plot.png image of the graph.

Things to be taken Care of :

  1. Both column 1 and column 2 value should be numeric.

  2. Google sheet link should be valid.

  3. Make sure that this setting are checked : i) Editors can change permissions and share option is checked in Share with people settings of google sheet. ii) Also make sure that Anyone with the link option is checked as Editor.

Change Log

0.0.1 (10/10/2020)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotmygsheet-0.0.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page