awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • timqian/chart.xkcdtimqian 的头像

    timqian/chart.xkcd

    7,838在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,838
  • cxli233/friendsdontletfriendscxli233 的头像

    cxli233/FriendsDontLetFriends

    6,994在 GitHub 上查看↗

    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
    在 GitHub 上查看↗6,994
  • mbloch/mapshapermbloch 的头像

    mbloch/mapshaper

    4,133在 GitHub 上查看↗

    Mapshaper 是一个用于处理、简化和转换地理矢量数据的工具,提供命令行界面、Web 浏览器工具和 Node.js 库。它作为一个坐标投影器、矢量数据转换器和 Web 地图资产优化器,旨在在不同的坐标参考系统和文件格式之间转换空间数据集。 该项目以其拓扑保持几何简化而著称,在减少顶点数量的同时保持共享边界,以防止间隙和重叠。它还通过坐标量化和属性过滤进一步优化 Web 资产,以减小文件大小。 该系统涵盖了广泛的功能,包括使用 PROJ 字符串和 EPSG 代码进行坐标重投影,以及跨 Shapefile、GeoJSON、TopoJSON、GeoPackage 和 KML 等格式的数据转换。它提供了广泛的几何处理工具,用于缓冲、裁剪、溶解和修复拓扑,以及用于属性连接、过滤和转换的数据管理实用程序。此外,它还包括用于生成样式化 SVG 导出、经纬网和比例符号地图的视觉功能。 空间处理功能可以通过其 Node.js 库直接集成到 JavaScript 应用程序和构建流水线中。

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

    JavaScript
    在 GitHub 上查看↗4,133
  • f5/unovisf5 的头像

    f5/unovis

    2,730在 GitHub 上查看↗

    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
    在 GitHub 上查看↗2,730
  1. Home
  2. Data & Databases
  3. Data Analysis & Visualization
  4. Visualization Frameworks and Libraries
  5. Data Visualization
  6. Proportional Data Plots

探索子标签

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