Skip to content

Introduction to the (beta) API documentation

This section is the PrestoPlot Plugins API (Application Programming Interface) documentation. It is about creating your own PrestoPlot plugins.

Plugins can be used to extend PrestoPlot capabilities, and also to interface the software with your own systems. Some of the capabilities are (but not limited to) :

  • Loading custom files
  • Loading and altering datasets
  • Connect to real-time system and display real-time plots
  • Handle graphs

Please note that the API is still in a beta state.

Let's get started