This package will help you to plot a chart betweem any two columns from google sheet
Project description
This package allows all user to plot a graph between any two columns of your google sheet.
Installation using pip:
pip install PlotMyGoogleSheet28
Methods Available:
+ .get_cols() : This method will return a list of all column lables present in the selected google sheet.
+ .plot(x, y) : This method will generate a graph between column1(x_axis) and column2(y_axis) and will save it as an image file on the local disk.
Code Example
from PlotMyGoogleSheet28 import *
object = MyFirstPlot(url)
# Method 1
columns = object.get_cols()
# Method 2
object.plot(x_axis_column_name, y_axis_column_name)
Change Log
0.0.1 (15/01/2021)
- First Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PlotMyGoogleSheet28-0.0.1.tar.gz.
File metadata
- Download URL: PlotMyGoogleSheet28-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51c648aaae3a528e8390116724ca8c73526f9600701c247e93987a0b7e260372
|
|
| MD5 |
44e6a76a2f62cac27872c645f96b0138
|
|
| BLAKE2b-256 |
3507a5909271097c5b84b8c1353bd39045b138b7a727d5328dadfe6e92e4545f
|