awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to sebsjames/mathplot

Open-source alternatives to Mathplot

30 open-source projects similar to sebsjames/mathplot, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mathplot alternative.

  • lava/matplotlib-cppAvatar von lava

    lava/matplotlib-cpp

    4,760Auf GitHub ansehen↗

    matplotlib-cpp is a header-only C++ library and wrapper that enables the creation of 2D and 3D visualizations by calling Matplotlib functions directly from C++ code. It serves as a plotting interface for generating line plots, bar graphs, and surface charts using a Python-based backend. The library is designed as a lightweight integration that provides plotting capabilities without requiring a complex build process or compiled binaries. It covers a range of visualization capabilities, including multi-dimensional data rendering, vector field plotting, and the arrangement of multiple subplots.

    C++
    Auf GitHub ansehen↗4,760
  • ailon/markerjs2A

    ailon/markerjs2

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ddemidov/amgclAvatar von ddemidov

    ddemidov/amgcl

    865Auf GitHub ansehen↗

    C++ library for solving large sparse linear systems with algebraic multigrid method

    C++amgc-plus-pluscpp
    Auf GitHub ansehen↗865
  • antvis/g2plotAvatar von antvis

    antvis/G2Plot

    2,654Auf GitHub ansehen↗

    :dango: An interactive and responsive charting library based on G2.

    TypeScript
    Auf GitHub ansehen↗2,654
  • antvis/mcp-server-chartAvatar von antvis

    antvis/mcp-server-chart

    3,688Auf GitHub ansehen↗

    This project is a Model Context Protocol server that enables large language models to generate and render data visualizations, charts, and diagrams. It functions as a toolset for AI assistants to transform raw data into professional visual representations. The server utilizes an intelligent selection layer to determine the most effective visualization format based on the provided data. It supports remote rendering via external HTTP services and provides the flexibility to route requests to self-hosted rendering endpoints for private network environments. Capabilities cover a wide range of da

    TypeScriptantvllmmcp
    Auf GitHub ansehen↗3,688

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • anychart/anychart-androidAvatar von AnyChart

    AnyChart/AnyChart-Android

    2,371Auf GitHub ansehen↗
    Javaandroidandroid-chartandroid-charting
    Auf GitHub ansehen↗2,371
  • beautifulinteractions/beautiful-react-diagramsB

    beautifulinteractions/beautiful-react-diagrams

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • blackfizz/eazegraphAvatar von blackfizz

    blackfizz/EazeGraph

    1,592Auf GitHub ansehen↗

    An Android chart and graph library

    Java
    Auf GitHub ansehen↗1,592
  • boostorg/histogramAvatar von boostorg

    boostorg/histogram

    333Auf GitHub ansehen↗

    Fast multi-dimensional generalized histogram with convenient interface for C++14

    C++
    Auf GitHub ansehen↗333
  • borisyankov/react-sparklinesAvatar von borisyankov

    borisyankov/react-sparklines

    2,850Auf GitHub ansehen↗

    Beautiful and expressive Sparklines React component

    JavaScript
    Auf GitHub ansehen↗2,850
  • bramp/js-sequence-diagramsAvatar von bramp

    bramp/js-sequence-diagrams

    7,834Auf GitHub ansehen↗

    js-sequence-diagrams is a JavaScript library used to generate SVG sequence diagrams from plain text descriptions. It functions as a text-to-diagram tool that transforms structured textual input into scalable vector graphics to represent system interaction flows. The library provides capabilities for system workflow visualization and technical documentation automation. It maps the communication between different components or services by converting text into visual representations of logic flows. The tool includes support for custom typeface loading to change the visual style and lettering of

    JavaScriptjavascriptsequence-diagramsvg
    Auf GitHub ansehen↗7,834
  • codesuki/react-d3-componentsAvatar von codesuki

    codesuki/react-d3-components

    1,618Auf GitHub ansehen↗

    D3 Components for React

    JavaScriptarea-chartchartchart-component
    Auf GitHub ansehen↗1,618
  • danielgindi/chartsAvatar von danielgindi

    danielgindi/Charts

    28,005Auf GitHub ansehen↗

    Charts is a data visualization framework and charting library for iOS, tvOS, and macOS. It provides a set of graphical components used to render interactive line, bar, pie, and scatter charts to represent complex data sets. The project serves as an implementation of a charting library adapted specifically for the Apple ecosystem. It includes a rendering engine capable of plotting data points directly from database records. The framework covers a broad range of visualization capabilities, including interactive data exploration via zooming and panning gestures, visual style customization for c

    Swift
    Auf GitHub ansehen↗28,005
  • ddanny/achartengineAvatar von ddanny

    ddanny/achartengine

    769Auf GitHub ansehen↗

    Charting library for Android applications. Automatically exported from code.google.com/p/achartengine

    Java
    Auf GitHub ansehen↗769
  • alandefreitas/matplotplusplusAvatar von alandefreitas

    alandefreitas/matplotplusplus

    4,894Auf GitHub ansehen↗

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    C++charting-librarychartscontour-plots
    Auf GitHub ansehen↗4,894
  • diogobernardino/williamchartAvatar von diogobernardino

    diogobernardino/WilliamChart

    5,106Auf GitHub ansehen↗

    WilliamChart is an Android data visualization library and toolkit used to render interactive charts and graphs within Android applications. It functions as a UI component library for integrating data-driven dashboards and metrics into Android layouts. The library includes a specialized component for representing proportional categorical data as donut charts, which are circular charts with hollow centers. It provides a drawing engine that uses low-level APIs to map numerical data to pixel coordinates on the screen.

    Kotlin
    Auf GitHub ansehen↗5,106
  • dpilger26/numcppAvatar von dpilger26

    dpilger26/NumCpp

    3,963Auf GitHub ansehen↗

    NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces

    C++
    Auf GitHub ansehen↗3,963
  • drawcall/threejs-mesh-modifiersD

    drawcall/threejs-mesh-modifiers

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ecomfe/echartsAvatar von ecomfe

    ecomfe/echarts

    66,608Auf GitHub ansehen↗

    ECharts is a JavaScript data visualization library and web charting framework used to render interactive 2D and 3D data plots within a web browser. It functions as a visualization engine that transforms raw data into customizable charts and graphs. The project includes a WebGL-based hardware acceleration engine specifically for producing three-dimensional plots and globe visualizations. This allows the library to handle large and complex datasets through GPU-accelerated rendering. The framework supports both canvas-based raster rendering and SVG-based vector rendering. It provides capabiliti

    TypeScript
    Auf GitHub ansehen↗66,608
  • effolkronium/randomAvatar von effolkronium

    effolkronium/random

    951Auf GitHub ansehen↗

    Random for modern C++ with convenient API

    C++
    Auf GitHub ansehen↗951
  • entronad/graphicAvatar von entronad

    entronad/graphic

    1,777Auf GitHub ansehen↗

    A grammar of data visualization and Flutter charting library.

    Dartchartcharting-librarycharts
    Auf GitHub ansehen↗1,777
  • esnet/react-timeseries-chartsAvatar von esnet

    esnet/react-timeseries-charts

    877Auf GitHub ansehen↗

    Declarative and modular timeseries charting components for React

    JavaScript
    Auf GitHub ansehen↗877
  • evidence-dev/evidenceAvatar von evidence-dev

    evidence-dev/evidence

    5,919Auf GitHub ansehen↗
    JavaScriptanalyticsbusiness-intelligencedashboard
    Auf GitHub ansehen↗5,919
  • fengwang/matrixAvatar von fengwang

    fengwang/matrix

    88Auf GitHub ansehen↗

    A modern, C++20-native, single-file header-only dense 2D matrix library.

    C++
    Auf GitHub ansehen↗88
  • flatlogic/react-dashboardAvatar von flatlogic

    flatlogic/react-dashboard

    1,642Auf GitHub ansehen↗

    🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥

    JavaScriptbootstrapbrowsersyncdashboard
    Auf GitHub ansehen↗1,642
  • forceflow/libmortonAvatar von Forceflow

    Forceflow/libmorton

    657Auf GitHub ansehen↗

    C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates

    C++
    Auf GitHub ansehen↗657
  • formidablelabs/victoryAvatar von FormidableLabs

    FormidableLabs/victory

    11,242Auf GitHub ansehen↗

    Victory is a React data visualization library and composable visualization toolkit used to build interactive charts and graphs. It functions as an SVG charting framework that renders scalable data visualizations designed to maintain consistency across different web browsers and operating systems. The project provides a collection of reusable UI primitives that combine to form complex interactive data layouts. This component-based approach allows for the construction of sophisticated graphs by composing modular visualization elements within React applications.

    TypeScriptchartsd3data-visualization
    Auf GitHub ansehen↗11,242
  • fraserxu/react-chartistAvatar von fraserxu

    fraserxu/react-chartist

    523Auf GitHub ansehen↗

    ⚛ React component for Chartist.js

    JavaScript
    Auf GitHub ansehen↗523
  • gorosun/unified-diff-mcpG

    gorosun/unified-diff-mcp

    0Auf GitHub ansehen↗

    Beautiful diff visualization for Claude Desktop. Transform code diffs into stunning visual comparisons with GitHub Gist integration and local file output.

    Auf GitHub ansehen↗0
  • aeyrium/bezier-chartAvatar von aeyrium

    aeyrium/bezier-chart

    452Auf GitHub ansehen↗

    A beautiful bezier line chart widget for flutter that is highly interactive and configurable.

    Dart
    Auf GitHub ansehen↗452