Script.It Documentations
  • 🌟Introduction
  • 🧠Concepts
  • πŸ› οΈTools
    • ❓TextAI
    • πŸ“”DataOps
    • πŸ“–DocQA
    • πŸ“‘WebAgent
    • πŸ—„οΈFile Explorer
    • πŸ“„DocSum
    • ❔WebQA
    • πŸ•ΈοΈWebOps
    • ℹ️Inputs
    • πŸ€–BrowserAgent
    • 🈺Business Reviews
    • πŸ“°News Search
    • πŸ“‚Upload Files
    • πŸ“ˆImport Data
    • πŸ“ŠPlotting
    • 🌐WebData
    • 🌎WebQA
    • 🌍WebOps
    • πŸ”Google Search
  • ⛓️APIs
    • πŸ’¬Slack
    • πŸ—ƒοΈNotion
    • πŸŒ†Image Generation
    • πŸ—³οΈAirtable
    • πŸ“…Google Calendar
    • πŸ“„Google Docs
    • πŸ“ΆGoogle Sheets
    • πŸ’ Google Slides
    • ☁️Google Drive
    • πŸ”ŠText-to-Speech
    • πŸŽ’eBay Search
    • πŸ“§Gmail
    • βœ–οΈX
    • 🏨CrunchBase
    • πŸ—„οΈSec Filing Retrieval
    • πŸ“ΉVideo Understanding
    • πŸ—£οΈWhisper
    • πŸ”˜Twilio
  • πŸ‘©β€πŸ«Tutorials
    • Creating a Basic Workflow
    • The 2 Run Types
    • The Execution Flow Mode
  • ☝️Tips and Tricks
  • πŸ“šSample Scripts
  • ▢️Use Cases
    • πŸ’΅Sales Prospecting
      • πŸ“ Account Names to Facility Match using PeeringDB
      • πŸ“ [Long list] Account Names to Facility Match using PeeringDB
Powered by GitBook
On this page
  • Introduction
  • Examples
  1. Tools

Plotting

PreviousImport DataNextWebData

Last updated 1 year ago

This tool can be used to plot and visualize data from tables into intuitive charts and empower visual understanding of data.

Introduction

Select Ploting API by entering /Ploting.

This tool can be used to draw any chart of relationships between variables in the data. Here are a few examples

Examples

Plot @1.grossProfit and @1.costOfRevenue, @1.costofGoodsAndServicesSold over time in a parallel bar chart
Plot the aggregation of @1.Total per @1.Nombre over each week in @1.Creado. In each week, plot only top 3 @1.Nombre by @1.Total. Convert number data to numeric. Use a stacked bar chart. Put legend outside on the right side.

To change the default relationship between the width and height, add this to the prompt, where w and h can have any integer values

Set size (w,h)

When there is an error about lack of numeric data, add this to the prompt.

Convert data to numeric

If there is an error message related to date conversion, add to the prompt the following prompt to specify the correct order.

the date order is date, month and year.

Let's certainly choose the result plots in the settings tab.

πŸ› οΈ
πŸ“Š