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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesPlot

Hierarchical systems for controlling non-data visual elements like backgrounds and fonts in charts.

Distinct from Theme Engines: Specifically for data visualization styling rather than general web application or site-wide theming.

Explore 2 awesome GitHub repositories matching user interface & experience · Plot. Refine with filters or upvote what's useful.

Awesome Plot GitHub Repositories

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

    tidyverse/ggplot2

    6,948عرض على GitHub↗

    ggplot2 is a data visualization library for R based on a formal grammar of graphics. It provides a declarative plotting framework that allows users to create complex graphics by combining geometric objects, statistical summaries, and coordinate systems. The system is distinguished by a layered approach to composition, where visualizations are built incrementally by stacking independent geometric, statistical, and coordinate layers. It utilizes a hierarchical styling engine to manage non-data elements such as backgrounds, fonts, and margins, and includes a multi-panel faceting tool for splitti

    Utilizes a hierarchical styling engine to manage backgrounds, fonts, and margins independently of the data.

    R
    عرض على GitHub↗6,948
  • makieorg/makie.jlالصورة الرمزية لـ MakieOrg

    MakieOrg/Makie.jl

    2,778عرض على 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

    Stores visual attributes as observables to ensure consistent and reactive styling across multiple plot elements.

    Juliagpugraphicsjulia
    عرض على GitHub↗2,778
  1. Home
  2. User Interface & Experience
  3. Theme Engines
  4. Plot

استكشف الوسوم الفرعية

  • Reactive Theme ObservablesBinding visual theme attributes to observable variables to trigger automatic updates across multiple elements. **Distinct from Plot:** Focuses on the reactivity (observables) of the theme, whereas the parent focuses on the hierarchy of non-data elements.