Supervisely
About Supervisely
Ecosystem
Contact us
Slack
Search
⌃
K
Links
💻
Supervisely Developer Portal
🎉
Getting Started
Installation
Basics of authentication
Intro to Python SDK
Environment variables
Python SDK tutorials
Command Line Interface (CLI)
Connect your computer
🔥
App development
Basics
Apps with GUI
Custom import app
Custom export app
Neural Network integration
Advanced
Widgets
Input
Controls
Text Elements
Media
Selection
Thumbnails
Status Elements
Layouts and Containers
Tables
Charts and Plots
LineChart
HeatmapChart
ApexChart
ConfusionMatrix
LinePlot
GridPlot
ScatterChart
TreemapChart
PieChart
Compare Data
Widgets demos on github
😎
Advanced user guide
Objects binding
Automate with Python SDK & API
🖥
UI widgets
Element UI library
Supervisely UI widgets
Apexcharts - modern & interactive charts
Plotly graphing library
📚
API References
Supervisely annotation JSON format
REST API Reference
Python SDK Reference
Powered By
GitBook
Comment on page
Charts and Plots
Widgets for graphically representing data, such as bar charts, line graphs, or scatter plots
LineChart
Widget for displaying data in a line graph format, which is useful for showing trends over time or comparisons among different data series
HeatmapChart
Shows data in a color-coded matrix, typically used to represent the intensity or frequency of occurrences, with colors representing the value ranges
ApexChart
Versatile charting widget capable of displaying data in a variety of visual formats such as line, area, or bar charts
ConfusionMatrix
Specialized chart for displaying the performance of a machine learning model, showing the actual versus predicted classifications and commonly used in classification problems to identify model performance
LinePlot
Similar to the LineChart, it displays data as a series of points connected by lines, which is typically used to observe trends and patterns in data over a continuous interval
GridPlot
Widget allows displaying multiple plots in a grid layout, enabling the comparison of different datasets or different aspects of a single dataset side by side
ScatterChart
Widget is used to display a scatter plot of numerical data, which is beneficial for identifying the relationship or correlation between two variables
TreemapChart
Displays a treemap chart of numerical data, where each category is represented by a rectangle, and sub-categories are nested as rectangles within these
PieChart
Widget for visualizing data in a pie chart format. It is commonly used to represent proportions or percentages, showing how individual parts make up a whole
Previous
FastTable
Next
LineChart
Last modified
26d ago