awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • timqian/chart.xkcdالصورة الرمزية لـ timqian

    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/friendsdontletfriendsالصورة الرمزية لـ cxli233

    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/mapshaperالصورة الرمزية لـ mbloch

    mbloch/mapshaper

    4,133عرض على GitHub↗

    Mapshaper هي أداة لمعالجة وتبسيط وتحويل البيانات المتجهة الجغرافية، متاحة كواجهة سطر أوامر، وأداة متصفح ويب، ومكتبة Node.js. تعمل كمسقط للإحداثيات، ومحول للبيانات المتجهة، ومحسن لأصول خرائط الويب مصمم لتحويل مجموعات البيانات المكانية بين أنظمة مرجعية إحداثية وتنسيقات ملفات مختلفة. يتميز المشروع بتبسيط الهندسة مع الحفاظ على الطوبولوجيا، مما يقلل من عدد الرؤوس مع الحفاظ على الحدود المشتركة لمنع الفجوات والتداخلات. كما يعمل على تحسين الأصول للويب من خلال تكميم الإحداثيات وتصفية السمات لتقليل أحجام الملفات. يغطي النظام مجموعة واسعة من الإمكانيات، بما في ذلك إعادة إسقاط الإحداثيات باستخدام سلاسل PROJ ورموز EPSG، وتحويل البيانات عبر تنسيقات مثل Shapefile وGeoJSON وTopoJSON وGeoPackage وKML. ويوفر أدوات معالجة هندسية واسعة النطاق للتخزين المؤقت، والقص، والإذابة، وإصلاح الطوبولوجيا، بالإضافة إلى أدوات إدارة البيانات لربط السمات وتصفيتها وتحويلها. بالإضافة إلى ذلك، يتضمن ميزات تصور لتوليد صادرات SVG مصممة، وشبكات إحداثيات، وخرائط رموز متناسبة. يمكن دمج إمكانيات المعالجة المكانية مباشرة في تطبيقات JavaScript وخطوط أنابيب البناء عبر مكتبة Node.js الخاصة به.

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

    JavaScript
    عرض على GitHub↗4,133
  • f5/unovisالصورة الرمزية لـ f5

    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.