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
·

5 repositorios

Awesome GitHub RepositoriesGrid Plot Arrangements

Arranges multiple plots in grid or matrix layouts for subgroup comparison.

Distinct from Multi-Format Plot Renderers: Distinct from Multi-Format Plot Renderers: focuses on layout composition of multiple plots, not output format conversion.

Explore 5 awesome GitHub repositories matching development tools & productivity · Grid Plot Arrangements. Refine with filters or upvote what's useful.

Awesome Grid Plot Arrangements GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • morvanzhou/tutorialsAvatar de MorvanZhou

    MorvanZhou/tutorials

    12,952Ver en GitHub↗

    This repository is a comprehensive collection of instructional guides and practical examples for Python development, focusing on machine learning, data science, and web scraping. It provides implementations for neural networks, reinforcement learning algorithms, and deep learning architectures using PyTorch, alongside detailed manuals for scientific computing and data visualization. The project distinguishes itself by offering specialized tutorials on concurrent programming to optimize CPU performance and guides for setting up Linux development environments. It covers the implementation of ad

    Arranges multiple plots in grid layouts to enable side-by-side comparison of datasets.

    Pythonmachine-learningmultiprocessingneural-network
    Ver en GitHub↗12,952
  • python-visualization/foliumAvatar de python-visualization

    python-visualization/folium

    7,372Ver en GitHub↗

    Folium is a Python library that builds interactive Leaflet.js maps directly from Python data structures, enabling geographic data visualization in Jupyter notebooks or as standalone HTML pages. It creates maps centered on given coordinates with configurable zoom, tiles, and dimensions, and supports embedding those maps inside web routes for serving in browsers. The library provides a comprehensive set of tools for data-driven map creation, including choropleth maps that bind tabular data to geographic geometries, colormap application to markers and polygons, and GeoJSON data overlay and visua

    Arranges multiple independent maps in a grid for comparative geographic viewing.

    Pythondata-sciencedata-visualizationjavascript
    Ver en GitHub↗7,372
  • yhat/ggpyAvatar de yhat

    yhat/ggpy

    3,691Ver en 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

    Arranges multiple plots in grid layouts for subgroup comparison based on data categories.

    Python
    Ver en GitHub↗3,691
  • makieorg/makie.jlAvatar de MakieOrg

    MakieOrg/Makie.jl

    2,778Ver en GitHub↗

    Makie.jl is a high-performance Julia data visualization library and hardware-accelerated plotting engine used to create interactive 2D and 3D visualizations. It functions as a reactive visualization framework where plots update automatically via observables and compute graphs, and as a vector graphics generator for high-resolution academic output. The system is distinguished by its backend-agnostic rendering pipeline, which supports OpenGL, WebGL, and ray-traced scenes. It employs a grammar-of-graphics approach to map variables to aesthetic attributes and utilizes a hierarchical scene graph t

    Organizes multiple visual elements into rows and columns with automatically calculated dimensions.

    Juliagpugraphicsjulia
    Ver en GitHub↗2,778
  • 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

    Provides additive and functional syntax to arrange multiple plots side-by-side or stacked vertically in grids.

    Rggplot-extensionggplot2rstats
    Ver en GitHub↗2,586
  1. Home
  2. Development Tools & Productivity
  3. Notebook Plot Rendering
  4. Multi-Format Plot Renderers
  5. Grid Plot Arrangements

Explorar subetiquetas

  • Map Grid ArrangementsPositions multiple independent maps in a grid layout for side-by-side geographic comparison. **Distinct from Grid Plot Arrangements:** Distinct from Grid Plot Arrangements: arranges full interactive maps rather than static statistical plots.