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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vispy avatar

vispy/vispy

0
View on GitHub↗
3,572 estrellas·630 forks·Python·3 vistasvispy.org↗

Vispy

Main repository for Vispy

Features

  • Data Visualization - High-performance interactive 2D and 3D visualization.
  • Data Visualization - High-performance interactive 2D/3D visualization library.

Historial de estrellas

Gráfico del historial de estrellas de vispy/vispyGráfico del historial de estrellas de vispy/vispy

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Vispy

Proyectos open-source similares, clasificados según cuántas características comparten con Vispy.
  • has2k1/plotnineAvatar de has2k1

    has2k1/plotnine

    4,598Ver en GitHub↗

    Plotnine is a data visualization library for Python based on the Grammar of Graphics. It serves as a declarative statistical plotting framework and multi-panel plotting engine, allowing users to create complex charts by mapping data variables to visual properties such as position, color, and size. The project is distinguished by its use of a layered composition model and a statistical transformation engine that performs aggregations and computations before rendering visuals. It features a comprehensive system for multi-panel faceting, which enables the splitting of a single visualization into

    Pythondata-analysisgrammargraphics
    Ver en GitHub↗4,598
  • man-group/dtaleAvatar de man-group

    man-group/dtale

    5,170Ver en GitHub↗

    dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis tool. It provides a browser-based interface for analyzing tabular data structures, allowing users to calculate statistics, detect outliers, and compute correlations without writing manual code. The project functions as an embedded data viewer that can be integrated into web applications via iframes or custom routes, with specific support for Django, Flask, and Streamlit. It enables the exploration of datasets through a combination of an interactive data grid and a data visualiz

    TypeScriptdata-analysisdata-sciencedata-visualization
    Ver en GitHub↗5,170
  • bokeh/bokehAvatar de bokeh

    bokeh/bokeh

    20,403Ver en 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
    Ver en GitHub↗20,403
  • matplotlib/matplotlibAvatar de matplotlib

    matplotlib/matplotlib

    22,891Ver en 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
    Ver en GitHub↗22,891
Ver las 30 alternativas a Vispy→

Preguntas frecuentes

¿Qué hace vispy/vispy?

Main repository for Vispy

¿Cuáles son las características principales de vispy/vispy?

Las características principales de vispy/vispy son: Data Visualization.

¿Qué alternativas de código abierto existen para vispy/vispy?

Las alternativas de código abierto para vispy/vispy incluyen: man-group/dtale — dtale is a web-based interactive grid and visualizer for pandas dataframes, designed as an exploratory data analysis… mwaskom/seaborn — Seaborn is a Python library designed for statistical data visualization. It functions as a high-level interface built… bokeh/bokeh — Bokeh is a Python data visualization library and interactive plotting framework used to create high-performance… has2k1/plotnine — Plotnine is a data visualization library for Python based on the Grammar of Graphics. It serves as a declarative… matplotlib/matplotlib — Matplotlib is a Python data visualization library and 2D plotting engine used to generate publication-quality figures… plotly/dash — Dash is a Python-based framework for building analytical web applications and reactive data dashboards. It allows…