awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesProportional Data Plots

Visualizations specifically designed to represent fractional or percentage-based data distributions.

Distinct from Data Visualization: Focuses on the representation of proportional/fractional data, whereas Data Visualization is the general rendering layer.

Explore 4 awesome GitHub repositories matching data & databases · Proportional Data Plots. Refine with filters or upvote what's useful.

Awesome Proportional Data Plots GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • timqian/chart.xkcdAvatar von timqian

    timqian/chart.xkcd

    7,838Auf GitHub ansehen↗

    chart.xkcd is a client-side JavaScript library used to generate data visualizations as scalable vector graphics directly in the browser. It functions as a graphing utility that manipulates DOM elements to produce various chart types without requiring server-side dependencies. The library is distinguished by a rendering engine that applies randomized stroke offsets and variable line weights to SVG paths. This process simulates a sketchy, hand-drawn aesthetic for data charts, creating a comic-like visual style. The project supports a variety of visualization formats, including bar, line, circu

    Renders pie and doughnut charts to visualize fractional and percentage-based data distributions.

    JavaScriptchartgraphhand-drawn
    Auf GitHub ansehen↗7,838
  • cxli233/friendsdontletfriendsAvatar von cxli233

    cxli233/FriendsDontLetFriends

    6,994Auf GitHub ansehen↗

    FriendsDontLetFriends is a scientific data visualization guide and framework designed to help users create accurate plots while avoiding common data representation mistakes. It provides a collection of scripts and guidelines for selecting distribution plots, color scales, and layouts that accurately represent complex experimental data. The project distinguishes itself through specialized toolkits for revealing hidden patterns in large datasets. It includes systems for heatmap optimization via dimension reordering and outlier management, as well as spatial layout algorithms to improve the inte

    Provides stacked bar plots for accurate comparison of fractional data as an alternative to pie charts.

    Rdata-visualizationr
    Auf GitHub ansehen↗6,994
  • mbloch/mapshaperAvatar von mbloch

    mbloch/mapshaper

    4,133Auf GitHub ansehen↗

    Mapshaper is a tool for processing, simplifying, and converting geographic vector data, available as a command-line interface, a web browser tool, and a Node.js library. It functions as a coordinate projector, vector data converter, and web map asset optimizer designed to transform spatial datasets between different coordinate reference systems and file formats. The project is distinguished by its topology-preserving geometry simplification, which reduces vertex counts while maintaining shared boundaries to prevent gaps and overlaps. It further optimizes assets for the web through coordinate

    Creates circles or icons from point layers with radii driven by specific data field values.

    JavaScript
    Auf GitHub ansehen↗4,133
  • f5/unovisAvatar von f5

    f5/unovis

    2,730Auf GitHub ansehen↗

    Unovis is a modular SVG and Canvas data visualization library used to build interactive charts, maps, and network graphs. It provides a framework-agnostic set of primitives for creating data dashboards and specialized visualizations. The library is distinguished by its dedicated toolkits for different visualization domains, including an XY charting library for coordinated plots, a network graph framework for relational data, and a geospatial visualization toolkit for TopoJSON-based mapping. Its capability surface covers a wide range of data representations, including linear, area, and bar ch

    Displays proportional data distributions at specific map points using pie or donut diagrams.

    TypeScriptangularchartsdata-visualization
    Auf GitHub ansehen↗2,730
  1. Home
  2. Data & Databases
  3. Data Analysis & Visualization
  4. Visualization Frameworks and Libraries
  5. Data Visualization
  6. Proportional Data Plots

Unter-Tags erkunden

  • Proportional Symbol MapsMaps that use the size of a symbol to represent a quantitative value associated with a geographic point. **Distinct from Proportional Data Plots:** Specific to geographic point layers where radius is driven by data values, unlike general proportional data plots.