awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • alandefreitas/matplotplusplusAvatar alandefreitas

    alandefreitas/matplotplusplus

    4,894Vezi pe GitHub↗

    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

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

    C++charting-librarychartscontour-plots
    Vezi pe GitHub↗4,894
  • bqplot/bqplotAvatar bqplot

    bqplot/bqplot

    3,693Vezi pe 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
    Vezi pe GitHub↗3,693
  • thomasp85/patchworkAvatar thomasp85

    thomasp85/patchwork

    2,586Vezi pe 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
    Vezi pe GitHub↗2,586
  1. Home
  2. User Interface & Experience
  3. Layout Managers
  4. Plot

Explorează sub-etichetele

  • 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.