GitHub - reflex-dev/xy: Ultra-fast and customizable Python charts

Ultra-fast and customizable Python charts. Contribute to reflex-dev/xy development by creating an account on GitHub.
🔒 4
💬 2
nguyen-oiPythonのチャートライブラリも選択肢が増えるのは良いことだがMatplotlib互換の書きやすさがあるか気になる
2026/07/30 07:12
simplememofast1億点まで速度がほぼ一定なのは、20万点超で1点1マーカーをやめ画面依存の密度面に切替えるから。厳密描画はNに比例し1億点で1.3秒。集計が効く前提の見極めが要る
2026/07/30 07:22