6 مستودعات
Annotations that draw horizontal, vertical, or sloped lines on a chart from a single value or a dataset to mark milestones or targets.
Distinct from Chart Annotations: Distinct from Chart Annotations: specifically focuses on line-based reference markers rather than general annotation shapes or labels.
Explore 6 awesome GitHub repositories matching data & databases · Reference Line Annotations. Refine with filters or upvote what's useful.
Draws a horizontal, vertical, or sloped line on a chart from a single value or a dataset to mark milestones or targets.
ScrollableGraphView هي مكتبة تصور بيانات Swift وإطار عمل رسم بياني لنظام iOS تُستخدم لعرض مجموعات البيانات الرقمية المنفصلة كرسوم بيانية تفاعلية. توفر مكون واجهة مستخدم قابل للتمرير يقوم بتصور نقاط البيانات باستخدام نظام إحداثيات مع تخطيطات وأنماط قابلة للتكوين. يتميز إطار العمل بتوسيع الرسم البياني التكيفي، الذي يضبط المحور الرأسي تلقائيًا ليتناسب مع نقاط البيانات المرئية أثناء تمرير المستخدم. ويدعم عرض البيانات في الوقت الفعلي، مما يسمح لطرق عرض الرسم البياني بالتحديث فورًا مع تغير مجموعات البيانات الأساسية من خلال انتقالات متحركة. تغطي المكتبة مجموعة متنوعة من أنواع المخططات، بما في ذلك المخططات الخطية، والشريطية، والنقطية، وتدعم رسم مجموعات بيانات متعددة لعرض سلاسل بيانات متعددة على رسم بياني واحد. تشمل الإمكانيات الإضافية تسمية نقاط بيانات المحور السيني، وتصميم المخططات المخصص، واستخدام علامات الخط المرجعي لتسليط الضوء على عتبات أو قيم أساسية محددة.
Draws static horizontal or vertical markers to highlight thresholds or baseline values on the graph.
Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo
Draws horizontal or vertical lines spanning the full view for annotations such as average values.
This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all
Draws horizontal, vertical, or sloped reference lines to mark milestones or targets on a chart.
mplfinance هو إطار عمل لرسم السلاسل الزمنية المالية وتصور بيانات السوق مبني على Matplotlib. صُمم لعرض إطارات بيانات السوق في مخططات متخصصة، بما في ذلك الشموع اليابانية، وأشرطة OHLC، ومكعبات Renko، وأعمدة النقطة والشكل. تتميز المكتبة بإطار عمل مخصص لبيانات السوق يدير تقويمات التداول وفترات عدم التداول، مما يضمن تباعداً زمنياً دقيقاً عن طريق طي الفجوات خلال العطلات. كما توفر نظاماً لرسم مخططات التحليل الفني، مما يتيح تراكب المتوسطات المتحركة، وأشرطة الحجم، والمؤشرات الفنية الأخرى على مخططات حركة السعر. تغطي مجموعة الأدوات نطاقاً واسعاً من القدرات، بما في ذلك تنظيم المخططات الفرعية المكدسة عمودياً مع محاور مشتركة وتطبيق سمات مرئية متسقة. وهي تدعم تعليقات السوق مثل خطوط الاتجاه، والتعامل مع البيانات المفقودة، والقدرة على تحديث المخططات لتغذية البيانات في الوقت الفعلي. يمكن تصدير التصورات إلى تنسيقات مختلفة بما في ذلك PDF و SVG و PNG و JPG.
Adds horizontal, vertical, and trend lines to highlight specific market signals or boundaries.
bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.
Adds constant vertical or horizontal reference lines to mark specific data thresholds.