What's New in 0.5.0
Scatter Plot Support
- New
--scatterflag renders scatter plots in the terminal - New
--marker CHARoption to customize the scatter marker character (default:•) --plot-type scatteralso accepted as the long form- Scatter follows the same mutually exclusive group as
--lineand--hist
Quality Fixes
- Fixed
Pandas4Warningdeprecation: JSON output now usesdate_format="iso"instead of the deprecated"epoch"default - Updated README with scatter documentation, usage examples, and corrected install command
Test Coverage
- Added unit test for
--scatterflag acceptance - Added
TestPlotTypeOptionsintegration test class covering--scatterand--linewith both--jsonand--csvoutput modes - Test suite: 52 tests, all passing with zero warnings
Install
uv tool install git+https://github.com/glentner/plot-cli
Usage
plot data.csv --scatter -x x -y y
plot data.csv --scatter --marker x -x x -y y
Full Changelog: 0.4.0...0.5.0