Showing 46 open source projects for "plot"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Quick 2d Plot

    Quick 2d Plot

    Program for live 2d graphical representation of data streams

    Quick2dPlot, or q2d for short, is an open source minimalistic plotting program designed for live 2d graphical representation of data streams. The program may be useful for plotting output of different user's application programs, especially in case when the user wants to see a plot or a number of plots during calculations or a data acquisition process. The program is command-driven and uses no widgets. Q2d is written in C, it takes advantage of SDL2 library for plotting. Currently it has been tested under Linux and under Windows via Cygwin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    PLplot

    Cross-platform, scientific graphics plotting library

    PLplot is a cross-platform, scientific graphics plotting library that supports math symbols and human languages (via UTF-8 user input strings); plot capabilities for multiple non-interactive plot file formats and in multiple interactive environments; and bindings for multiple computer languages.
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • 3
    NumeRe

    NumeRe

    Framework for numerical computations, data analysis and visualisation

    Curve fitting | Data analysis | Plotting | Matrix operations | FFT | Extensible framework | Multiple file formats | Programmable | Open source | Free for everyone NumeRe: Framework for Numerical Computation is a numerical framework written for Microsoft Windows(R) and released under the GNU GPL v3 for solving and visualizing mathematical and physical problems numerically. Keep simple things simple: You want to plot a sine function? Just enter 'plot sin(x)'. You want to load some data? Enter 'load "path/to/your/file"' or drag the file into the terminal. You need to fit a function to the data? Enter 'fit data() -with=YOURFUNCTION(x)' Need assistance? Enter 'help topic' into the terminal or simply press [F1]. Find us on Discord: https://discord.gg/s5tSjwU Follow us on Mastodon: https://fosstodon.org/@numeredevs Visit our page: https://www.numere.org Buy us a coffee: https://ko-fi.com/numere We've moved to GitHub: https://github.com/numere-org
    Leader badge
    Downloads: 385 This Week
    Last Update:
    See Project
  • 4
    Viking GPS data editor and analyzer

    Viking GPS data editor and analyzer

    Viking is a free/open source program to manage GPS data

    Viking is a free/open source program to manage GPS data. You can import, plot and create tracks, routes and waypoints, show OSM, Bing Aerial and other maps, geotag images, create routes using OSRM, see real-time GPS position (not in Windows), make maps using Mapnik (not in Windows), control items, etc. It is written in mostly in C (with some C++) & the GTK+3 toolkit. Viking is currently dual managed - with a corresponding Github presence at: https://github.com/viking-gps/viking Where you may find it easier to view the code and raise issues there too.
    Leader badge
    Downloads: 274 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    MathGL

    MathGL

    A library for scientific data visualization

    A free cross-platform library of fast C++ routines for the plotting of up to 3-ranged data. It can export to bitmap and vector EPS/SVG files. There are window interfaces (GLUT/FLTK/Qt) and console tools. MathGL can be used from C/Fortran/Python/Octav/Lua
    Downloads: 49 This Week
    Last Update:
    See Project
  • 6

    Graph Plotter

    GP is a tool to analyse numerical data

    GP is aimed to be simple and fast tool to analyse numerical data. It does not claim to replace all other plotters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    H-Tron

    H-Tron

    The classic "Tron" game for various Z80 computers

    ...Currently, 83 target systems are supported, including Sinclair ZX81, Jupiter Ace, ColecoVision, MSX, Tandy TRS-80, Sharp MZ, and many more. 2026-03-18: - New targets supported: Cambridge Z88 and Canon X-07 - Galaksija Plus Low-Res version has improved speed now. Thanks to Aleksandar whose faster plot routine is now incorporated in z88dk.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    2D Heat Transfer in .C

    2D Heat Transfer in .C

    2D Heat Numerical Heat Transfer Solver

    PLEASE NOTE: There is a complete installer available if you do not have CVI installed. If you do have it, you can simply download the source files and run them. The following program was built as a final evaluation project for Programming for Mechatronics Course for my BSc. in Mechanical Engineering. This solver is based around the Gauss-Seidel algorithm for 2D heat transfer for pre-determined boundary conditions (i.e. user defined temperatures). I hope this project will be useful for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gpidplot is a small program to plot a given pid memory consumption
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    HMD Mathematics

    HMD Mathematics

    Numerical mathematics platform, Matlab alternative

    ...Ordinary differential equations solver and finite elements solver. It has a console script interpreter, as well as a graphical interface script interpreter, for entering equations and statements, and a line plot display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    xplgraph-cpmgsx-dxforth

    An replacement of DXForth's xplgraph.scr library for CP/M

    See Wiki for usage and more details. Originally, xplgraph.scr library for DXForth was written to work on DOS systems only enabling point-and-plot graphics on VGA-compatible graphics devices. DXForth port to the 8-bit CP/M operating system lacked similar capability. The aim of this project is to provide an replacement of the original xplgraph.scr library, exposing roughly the same API, enabling graphics in DXForth running under CP/M. This library is written using DXForth's inline assembly (with all of its cryptic syntax) and uses CP/M's GSX interface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pingplot

    Records and plots network pings

    You set up ping going into a text file called by a cron job once a minute or so and this will pull out and plot a day's worth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    btctick

    btctick

    Bitcoin price tickers for LXDE

    Display a current Bitcoin price in your LXDE task bar. One tarball includes text and plot versions. Could also display a stock price or whatever you set up using some site's API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    fmplot

    fmplot

    Plots rtl_power output as a spectrogram

    Designed for finding HD FM stations in the US because they have about twice normal width, you can customize it for other frequency ranges. Uses Gnuplot to plot to a .png file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    RNAfdl

    RNA force directed layout

    RNAfdl is a highly flexible tool for drawing RNA secondary structures. Secondary structures can be visualized as classical secondary structure plot, circle plot, linear plot or mountain plot. RNAfdl allows manual editing and several drawing styles, as well as a fully automated conjugate gradients minimization approach to draw more complex structures without user interaction. In addition, RNAfdl allows you to incorporate non-canonical base pairs into drawings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    wpf-plot3d

    Tool to plot 3d-graphic from an XML, EXCEL or parametrization

    "wpf-plot3d" is a tool designed to plot 3-dimensional graphics. It can handle a wide range of graphic types: - Surface: Graphic defined on a Cartesian grid defined via an XML file - Mesh: Graphic defined on a general mesh defined via an XML file - Points: Set of points defined via an XML file - Curve: 3d-curve defined via an XML file - Parametric surface: Parametric surface defined on a cartesian grid - Parametric curve: 3d parametric curve "wpf-plot3d" includes toolboxes: - Camera: Rotation, zoom, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SimplEvoFramework

    SimplEvoFramework

    Simple Evolution Framework in standard C

    This software implements a general framework for experimenting and demonstration of evolutionary algorithms. The software is implemented in standard C and tries to be as general as possible. The user can implement his/her own fitness function and genotype representation. Since standard C is used the implementation of new fitness functions and gene types require a bit of archaic C programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    QPlot

    QPlot - 2d plotting tool based on Qwt

    QPlot - 2d plotting tool based on Qwt project (http://qwt.sf.net). QPlot reads mission INI-files and draw 2-d graphics. Data may read from binary and text files both. Plot area may have 2-4 axis. QPlot may used as Gnuplot alternative. QPlot may used to descovery Qwt as example programm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A Gnome Application for numeric calculations and 2D plot rendering.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    A Disk Scheduling Simulator tool. With an intuitive GUI interface and command line functionality. Built using both VC and VB. Currently supports SSTF,LOOK,CLOOK,SCAN and CSCAN algorithms. Rotational latency is also optionally supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    datadensityplot

    Creates a data density plot of a 2 dimensional data distribution.

    Shows the data density of a 2 dimensional distribution. The problem of showing data density visually is not mathematically well defined, and there are several methods. The program uses sum of reciprocal squared distance to calculate density at each point, with a smear factor to prevent points going to infinity. The smear factor also controls the amount of clustering. There are several options for colour output. Input is via a csv (comma-separated values) file. Now there's a nice GUI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XFUNC22
    ...Transformation between S-domain and Z-domain results can be done via Forward or Backward Derivatives (Euler Transform), Bilinear, or Impulse Invariant Transforms. Provide Bode, Gain-Phase, Nyquist, Pole-zero, Impulse, and Step response plots. Plot ranges can be set manually or automatically.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    ViNSS View

    Vienna Notation Secondary Structure Viewer

    ViNSS View is a highly flexible tool for drawing RNA secondary structures. Secondary structures can be visualized as classical secondary structure plot, circle plot, linear plot or mountain plot. ViNSS View allows manual editing and several drawing styles, as well as a fully automated conjugate gradients minimization approach to draw more complex structures without user interaction. In addition, ViNSS View allows you to incorporate non-canonical base pairs into your drawing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Matlab tool for plotting multi-channel biomedical signals. It is designed for researchers on both engineering and medicine who have to collaborate to visualize and analyze signals. It is the ideal tool to plot electroencephalogram (EEG), Foetal Heart Rate (FHR) and many other signals with the standard tools used in clinical routine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Driven LRC Circuit Simulator

    Driven LRC Circuit Simulator

    This program simulate the series RLC circuit,which driven by different signal source. And plot the curves of q(t),I(t) and phase space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB