SVGraph bringing graphing and charting to AutoHotkey
الميزات الرئيسية لـ capnodin/svgraph هي: Plotting and Visualization.
تشمل البدائل مفتوحة المصدر لـ capnodin/svgraph: bokeh/bokeh — Bokeh is a Python data visualization library and interactive plotting framework used to create high-performance… raylockllc/dearpygui — DearPyGui is a hardware-accelerated Python GUI framework and graphics rendering engine. It operates as an immediate… dankamongmen/notcurses — Notcurses is a terminal graphics engine and TUI library that renders high-fidelity images, video, and rich Unicode… kernc/backtesting.py — backtesting.py is a Python trading backtesting framework used to simulate trading strategies against historical price… cxli233/friendsdontletfriends — FriendsDontLetFriends is a scientific data visualization guide and framework designed to help users create accurate… nnnik/gdichartlib — a gdip chart lib for autohotkey.
Bokeh is a Python data visualization library and interactive plotting framework used to create high-performance graphics and data dashboards that render in web browsers. It serves as a tool for generating standalone HTML documents, embedded components for digital notebooks, and full-stack web applications powered by a Python backend. The project distinguishes itself through its ability to handle large or streaming datasets while maintaining smooth interactivity. It enables linked brushing across multiple views, allowing data selected in one plot to automatically highlight corresponding data i
DearPyGui is a hardware-accelerated Python GUI framework and graphics rendering engine. It operates as an immediate mode user interface system, rendering frames from scratch to ensure high performance and minimal state management for desktop applications. The project functions as a GPU-accelerated plotting library capable of rendering millions of data points with high frame rates. It also serves as a node editor toolkit for constructing interactive graph-based interfaces to manage visual data flows. The framework includes capabilities for custom 2D graphics rendering, interface theme customi
Notcurses is a terminal graphics engine and TUI library that renders high-fidelity images, video, and rich Unicode graphics directly in terminal emulators. At its core, it provides a layered framebuffer system that composes overlapping planes with independent depth and opacity, enabling complex visual scenes. The library also includes a terminal input processor for capturing and decoding keyboard and mouse events, a data visualization toolkit for histograms and line plots, a multimedia terminal player for images and video, and a TUI widget framework with reusable interface components. The lib
backtesting.py is a Python trading backtesting framework used to simulate trading strategies against historical price data to evaluate performance and risk. It includes a technical trade simulator, a quantitative performance analyzer, and a financial strategy optimizer. The framework features a parallel strategy simulator that distributes execution across multiple processor cores to reduce computation time. It also provides tools for strategy parameter optimization, allowing the identification of performant settings through the use of heatmaps and metrics. The system covers trade execution m