awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to nicohlr/ipychart

Projects sharing features with Ipychart

30 open-source projects similar to nicohlr/ipychart, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • glumpy/glumpyglumpy avatar

    glumpy/glumpy

    1,279View on GitHub↗

    Python+Numpy+OpenGL: fast, scalable and beautiful scientific visualization

    Python
    View on GitHub↗1,279
  • pyecharts/pyechartspyecharts avatar

    pyecharts/pyecharts

    15,761View on GitHub↗

    pyecharts is a Python visualization library and wrapper for the Echarts JavaScript engine. It translates Python data and configurations into JSON specifications to generate interactive web-based charts and graphs. The library provides specialized capabilities for geographic data mapping using a comprehensive library of map assets to visualize spatial information. It also includes utilities to capture rasterized snapshots of rendered web visualizations for export as static image files. The tool supports rendering interactive plots directly within data science notebook environments and exporti

    Python
    View on GitHub↗15,761
  • spotify/chartifyspotify avatar

    spotify/chartify

    3,637View on GitHub↗

    Python library that makes it easy for data scientists to create charts.

    Python
    View on GitHub↗3,637
  • residentmario/missingnoResidentMario avatar

    ResidentMario/missingno

    4,209View on GitHub↗

    missingno is a Python library for the visualization and analysis of missing data patterns. It provides a set of tools to profile dataset completeness, map data gaps, and quantify the volume of null values across variables. The library differentiates itself through a nullity correlation analyzer and a hierarchical data clustering tool. These components allow for the detection of systemic dependencies and trends by measuring how the absence of one variable relates to the absence of another. The toolset covers broader data quality auditing and exploratory analysis capabilities. It includes feat

    Pythondata-analysisdata-visualizationmissing-data
    View on GitHub↗4,209

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bokeh/bokehbokeh avatar

    bokeh/bokeh

    20,403View on GitHub↗

    Bokeh is a Python data visualization library and interactive plotting framework used to create high-performance graphics and data dashboards that render in web browsers. It serves as a tool for generating standalone HTML documents, embedded components for digital notebooks, and full-stack web applications powered by a Python backend. The project distinguishes itself through its ability to handle large or streaming datasets while maintaining smooth interactivity. It enables linked brushing across multiple views, allowing data selected in one plot to automatically highlight corresponding data i

    TypeScriptbokehdata-visualisationinteractive-plots
    View on GitHub↗20,403
  • matplotlib/matplotlibmatplotlib avatar

    matplotlib/matplotlib

    22,891View on GitHub↗

    Matplotlib is a Python data visualization library and 2D plotting engine used to generate publication-quality figures and charts from numerical data. It serves as a numerical graphics library and data visualization toolkit for mapping data to visual elements. The library provides capabilities for producing static, animated, and interactive visualizations. This includes creating high-resolution figures for professional documents, generating moving graphics to illustrate data evolution over time, and building dynamic plots for interactive data exploration. The toolkit supports scientific plott

    Pythondata-sciencedata-visualizationgtk
    View on GitHub↗22,891
  • altair-viz/altairaltair-viz avatar

    altair-viz/altair

    10,410View on GitHub↗

    Altair is a declarative data visualization library for Python based on the Vega-Lite grammar. It allows users to create statistical visualizations by mapping data fields to visual properties rather than writing imperative drawing code. The library focuses on interactive charting through a system of linked selections and filters that update multiple visualizations based on user input. It renders charts as JSON and HTML for display in web browsers and interactive notebooks. The project covers statistical data analysis and interactive data exploration, providing capabilities to export visuals a

    Python
    View on GitHub↗10,410
  • heremaps/pptkheremaps avatar

    heremaps/pptk

    633View on GitHub↗

    The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.

    C++
    View on GitHub↗633
  • tehmaze/diagramtehmaze avatar

    tehmaze/diagram

    410View on GitHub↗

    Text mode diagrams using UTF-8 characters and fancy colors

    Python
    View on GitHub↗410
  • stemkoski/three.pystemkoski avatar

    stemkoski/three.py

    120View on GitHub↗

    Python 3D library.

    Python
    View on GitHub↗120
  • yhat/ggpyyhat avatar

    yhat/ggpy

    3,691View on GitHub↗

    ggpy is a Python library for statistical data visualization based on the grammar of graphics. It functions as a declarative framework for building complex charts by mapping data variables to visual properties through a structured coordinate system. The library enables the construction of composite visualizations by layering geometric shapes and statistical summaries. It utilizes a system of continuous and discrete scales to translate raw data into visual attributes and supports facet-based plotting to segment a single visualization into a grid of subplots based on variable categories. Visual

    Python
    View on GitHub↗3,691
  • pandas-profiling/pandas-profilingpandas-profiling avatar

    pandas-profiling/pandas-profiling

    13,609View on GitHub↗

    This project is an exploratory data analysis library and profiling tool for Pandas and Spark DataFrames. It automates the initial investigation of datasets by generating comprehensive descriptive analysis reports, statistical summaries, and data quality warnings. The system functions as a data quality profiler to detect missing values, duplicate rows, and type inconsistencies. It includes a dataset comparison tool for identifying structural and content shifts between different versions of the same data, as well as specialized tools for time-series analysis to calculate auto-correlation and se

    Python
    View on GitHub↗13,609
  • jackzhenguo/python-small-examplesjackzhenguo avatar

    jackzhenguo/python-small-examples

    8,132View on GitHub↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Pythondata-sciencemachine-learningpython
    View on GitHub↗8,132
  • dexplo/bar_chart_racedexplo avatar

    dexplo/bar_chart_race

    1,452View on GitHub↗

    Bar chart race is a Python data visualization library that transforms ordered tabular time-series data into animated bar and line chart races. It operates as an extension for rendering dynamic charts that illustrate how rankings and values change over time. The library interpolates wide-format chronological tables into densely sampled frame sequences, calculating intermediate numeric values to produce fluid motion animations. It orchestrates iterative canvas redraws through a plotting backend while supporting external multimedia encoders to export compressed standard video files. Generated a

    Python
    View on GitHub↗1,452
  • xianhu/learnpythonxianhu avatar

    xianhu/LearnPython

    8,484View on GitHub↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Jupyter Notebooklearning-pythonpythonpython-flask
    View on GitHub↗8,484
  • antvis/mcp-server-chartantvis avatar

    antvis/mcp-server-chart

    3,688View on GitHub↗

    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
    View on GitHub↗3,688
  • angular2guy/ngx-simple-chartsAngular2Guy avatar

    Angular2Guy/ngx-simple-charts

    8View on GitHub↗

    Angular 22+ library for D3 based line, bar, donut and date/timeline charts with multiple entry points. A configurable service for token handling is provided.

    TypeScript
    View on GitHub↗8
  • airbnb/airpalairbnb avatar

    airbnb/airpal

    2,748View on GitHub↗

    Web UI for PrestoDB.

    Java
    View on GitHub↗2,748
  • amcharts/amcharts5amcharts avatar

    amcharts/amcharts5

    434View on GitHub↗

    The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.

    TypeScript
    View on GitHub↗434
  • autoviml/autovizAutoViML avatar

    AutoViML/AutoViz

    1,903View on GitHub↗

    Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.

    Python
    View on GitHub↗1,903
  • airblade/chartjs-rorA

    airblade/chartjs-ror

    0View on GitHub↗
    View on GitHub↗0
  • adessoag/wicked-chartsA

    adessoAG/wicked-charts

    0View on GitHub↗
    View on GitHub↗0
  • aslagle/reactive-tableaslagle avatar

    aslagle/reactive-table

    327View on GitHub↗

    A reactive table for Meteor, using Blaze.

    JavaScript
    View on GitHub↗327
  • aveheuzed/nimgraphvizA

    Aveheuzed/nimgraphviz

    0View on GitHub↗
    View on GitHub↗0
  • axelilali/kimaaxelilali avatar

    axelilali/kima

    27View on GitHub↗

    A dead simple WordPress starter with ViteJS and Twig.

    PHP
    View on GitHub↗27
  • babylonjs/babylon.jsBabylonJS avatar

    BabylonJS/Babylon.js

    25,652View on GitHub↗

    Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive three-dimensional visuals and applications. It functions as a web-based 3D framework and WebGL engine that enables the deployment of high-performance 3D content across various web platforms and devices. The project provides tools for web-based 3D game development, real-time graphics rendering, and the creation of browser-based interactive visualizations. It also supports the development of WebXR virtual and augmented reality experiences using standard web technologies. The framework cover

    TypeScript
    View on GitHub↗25,652
  • barrel/barrel-shopifybarrel avatar

    barrel/barrel-shopify

    454View on GitHub↗

    Modern frontend tooling for Shopify theme development using Vite for a best-in-class DX.

    TypeScript
    View on GitHub↗454
  • benpickles/peitybenpickles avatar

    benpickles/peity

    4,221View on GitHub↗

    Peity is a lightweight SVG data visualization library that transforms numeric text content and HTML attributes into small pie, donut, bar, and line charts. It functions as an attribute-driven renderer and a progressive enhancement tool, adding vector graphics to web pages by reading data directly from the DOM without requiring heavy JavaScript frameworks. The library supports custom drawing functions and dynamic color assignments, allowing for the registration of new chart types and the use of custom functions to determine segment colors. Its capability surface covers the rendering of mini d

    HTMLchartjqueryjquery-plugin
    View on GitHub↗4,221
  • billy-sheppard/chart-js-rsB

    Billy-Sheppard/chart-js-rs

    0View on GitHub↗
    View on GitHub↗0
  • arafatk/glotarafatk avatar

    arafatk/glot

    407View on GitHub↗

    Glot is a plotting library for Golang built on top of gnuplot.

    Go
    View on GitHub↗407