A 2D connected-scatter chart component for FLTK. https://code.ivysaur.me/fltkmchart
This repository has been archived on 2020-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
mappu 6853d9d96e commit all archived files 2015-06-01 01:12:21 +00:00
dist-archive commit all archived files 2015-06-01 01:12:21 +00:00
.legacy-codesite.toml initial meta commit 2015-06-01 01:12:21 +00:00
README.md commit all archived files 2015-06-01 01:12:21 +00:00

README.md

fltkmchart

A 2D connected-scatter chart component for FLTK.

FLTK supplies FL_Chart which unfortunately doesn't support irregular x-axis spacing. This widget is loosely based on my earlier mchart project and should be trivial to embed into any C++ FLTK program.

Tested against FLTK 1.3.3 using Visual Studio 2013 on Windows.

Download