LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Charts
    • Overview
    • Chart Creation
    • Plot Creation
    • Legend Manipulation
    • Trendline Manipulation
Powered by GitBook
On this page
  • Bot Plots
  • Scatter Plots

Was this helpful?

Export as PDF
  1. Charts

Plot Creation

Bot Plots

Box plots are useful for visualizing the distribution of data. Kognitos allows you to create box plots with ease.

Example

create a box plot where
    the values are [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
    the title is "Sample Box Plot"
    the color palette is "lavender"

Scatter Plots

Creating scatter plots is straightforward with Kognitos. You can specify various customization options to tailor the plot to your needs.

Example

create a scatter plot where
    the x values are [1, 2, 3, 4]
    the y values are [10, 15, 20, 25]
    the title is "Sample Scatter Plot"
    the color palette is "blue"
    the style is "darkgrid"
    the color palette is "kognitos"
    the title font size is 16
    the title padding is 20
    the x label is "X Axis"
    the y label is "Y Axis"
    the x label font size is 14
    the y label font size is 14
    the font is "Arial"
    the trendline is "linear"

Last updated 1 month ago

Was this helpful?