Create Line Charts with Python

This bot creates a line chart from the data in a CSV file

Top Benefits

  • Create charts instantly for different data sets
  • Flexible to work with any number of columns
  • Creates multi-color charts

Tasks

  • Creates line charts from data in a CSV file

Input: Enter the data in a CSV file. In the Python code file, we have considered creating line charts for stock prices on different dates. You can download the CSV file from this link.

Use Cases:
• Analyze financial data on a daily, weekly, or monthly basis.
• Plot employee productivity across sprints
• Analyze sales data to see the trends.

Output: Line chart saved in JPG format

 

 

Get Bot

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
53
Vendor
Automation Type
Bot
Last Updated
May 25, 2021
First Published
January 19, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Bot in Action

Input CSV file
Python code
Output chart
PREV NEXT
Input CSV file
Python code
Output chart

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • Input data in CSV file
  • Python 3.x installed in Bot Runner machine
  • Python packages to be installed - numpy, pandas, matplotlib