A2019 - 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
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- OperationsRPA DevelopmentSales
- Category
- InsightsProductivity
- Vendor
- Automation Type
- Bot
- Last Updated
- January 20, 2021
- First Published
- January 19, 2021
- Enterprise Version
- A2019
- ReadMe
- ReadMe
- Support
-
- Community Support Only
- A-People Community Forums
- Bot Store FAQs
See the Bot in Action
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