awesome-repositories.com
Blog
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
·

3 repositorios

Awesome GitHub RepositoriesPlot

Systems for organizing multiple data graphics into grids and nested structures with precise alignment.

Distinct from Layout Managers: Distinct from Layout Managers: specifically targets the organization of data plots rather than general UI dashboard elements.

Explore 3 awesome GitHub repositories matching user interface & experience · Plot. Refine with filters or upvote what's useful.

Awesome Plot GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alandefreitas/matplotplusplusAvatar de alandefreitas

    alandefreitas/matplotplusplus

    4,894Ver en GitHub↗

    Esta librería de visualización de datos en C++ es un framework de trazado científico utilizado para crear gráficos 2D y 3D, grafos de red y mapas geográficos. Opera como una librería de gráficos multi-backend, desacoplando la lógica de trazado de alto nivel de los motores de renderizado de bajo nivel para soportar varios backends de salida. El proyecto se distingue por una API de interfaz dual, que proporciona tanto una interfaz funcional global para prototipado rápido como una interfaz orientada a objetos para un control preciso. Cuenta con un motor de diseño basado en componentes para gestionar cuadrículas y subgráficos, junto con un estado de trazado en capas que permite superponer múltiples series de datos sin borrar los ejes. La librería cubre una amplia gama de capacidades de visualización, incluyendo trazado de funciones matemáticas, campos vectoriales y análisis de datos multidimensionales mediante mapas de calor y coordenadas paralelas. Incluye herramientas especializadas para la visualización de datos geográficos, como gráficos geobubble y geodensity, así como herramientas para renderizar redes de grafos dirigidos y no dirigidos. Las capacidades generales incluyen gestión de ejes, estilo estético con mapas de colores y exportación de gráficos de alta calidad. El proyecto utiliza CMake para la automatización de la compilación y la recuperación de dependencias para facilitar la instalación en diferentes sistemas operativos.

    Allows the definition of multiple independent coordinate systems within one figure to view datasets side-by-side.

    C++charting-librarychartscontour-plots
    Ver en GitHub↗4,894
  • bqplot/bqplotAvatar de bqplot

    bqplot/bqplot

    3,693Ver en GitHub↗

    bqplot is an interactive data visualization library for IPython and Jupyter notebooks that utilizes a grammar of graphics. It functions as a tool for creating 2D charts and maps with real-time updates and bidirectional communication between the kernel and frontend. The library is distinguished by its ability to act as a geographic data visualization tool, rendering choropleth maps and spatial data via GeoJSON and custom projections. It also serves as a financial charting tool for producing OHLC and candle bar charts, and as an interactive dashboard framework for combining plotting widgets wit

    Allows users to initialize or switch between multiple figures to organize visualizations within a single session.

    TypeScriptipythonjupytervisualizations
    Ver en GitHub↗3,693
  • thomasp85/patchworkAvatar de thomasp85

    thomasp85/patchwork

    2,586Ver en GitHub↗

    Patchwork is a layout manager for combining multiple ggplot2 graphics into a single complex arrangement. It functions as a multi-plot composition tool and data visualization orchestrator, allowing independent graphics to be arranged into grids and nested layouts using additive and functional syntax. The system differentiates itself through a broadcast-based style application that propagates themes and scales across all subplots to maintain visual consistency. It also features guide-merging reconciliation to identify and collapse redundant legends into a single shared global guide. The framew

    Organizing separate graphics into grids or nested structures while controlling spatial distribution and aspect ratios.

    Rggplot-extensionggplot2rstats
    Ver en GitHub↗2,586
  1. Home
  2. User Interface & Experience
  3. Layout Managers
  4. Plot

Explorar subetiquetas

  • Figure Session ManagementManaging the lifecycle and switching between multiple independent plot figures in a single session. **Distinct from Plot:** Distinct from general layout management as it handles the logical context and switching between figures.
  • Multi-Plot AreasThe capability to define several independent coordinate systems within a single figure. **Distinct from Plot:** Specifically refers to the creation of independent plot regions rather than the general layout management system.