{"id":34527991,"url":"https://github.com/mes32/plot-1d","last_synced_at":"2026-05-28T22:31:30.444Z","repository":{"id":36176832,"uuid":"40480954","full_name":"mes32/plot-1d","owner":"mes32","description":"Plot time series data and univariate functions","archived":false,"fork":false,"pushed_at":"2015-09-01T12:41:10.000Z","size":552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T06:25:49.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mes32.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-10T12:19:40.000Z","updated_at":"2016-11-03T14:43:40.000Z","dependencies_parsed_at":"2022-08-18T14:21:39.738Z","dependency_job_id":null,"html_url":"https://github.com/mes32/plot-1d","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mes32/plot-1d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mes32%2Fplot-1d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mes32%2Fplot-1d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mes32%2Fplot-1d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mes32%2Fplot-1d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mes32","download_url":"https://codeload.github.com/mes32/plot-1d/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mes32%2Fplot-1d/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33629560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T05:24:41.654Z","updated_at":"2026-05-28T22:31:30.439Z","avatar_url":"https://github.com/mes32.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plot-1d\n![Screenshot of sine function scatter plot](./resources/images/screenshots/damped_harmonic_oscillator.png)\n\nThis program generates plots of time series data. It can also plot other univariate (one-dimensional) functions and function-like pairs of values. Input data is provided in formatted text files with space-delimited columns of numbers.\n\n## Usage\nLaunch the application using the shell script `plot-1d.sh`. This script takes a single text file as input.\n\n```\ncd ./plot-1d\n./plot-1d.sh \u003cdata.1d\u003e\n```\n\nThe input data file must contain two columns of numbers separated by a space. The first column gives x-axis values and the second column gives the corresponding y-axis value. For example a text file containing the following represents some data points on the line `y = 2x + 1` for the x values equal to {0, 1, 2, 3, 4}.\n\n```\n0 1\n1 3\n2 5\n3 7\n4 9\n```\n\n## Example Input Data\n\nYou can find some sample input files in the subdirectory `./test/data`.\n\n```\n# Plots a damped harmonic oscillator over time\n./plot-1d.sh ./test/data/damped_harmonic_oscillator.1d\n\n# Plots a square wave\n./plot-1d.sh ./test/data/square_wave.1d\n\n# Plots the population of the Bronx by year\n# x: Year\n# y: Population of Bronx County, New York\n./plot-1d.sh ./test/data/population_bronx.1d\n\n# Plots the concentration of CO2 in Earth's atmosphere (estimated world wide mean) by year\n# x: Year (negative values indicate BC)\n# y: Atomospheric Carbon Dioxide concentration in ppm\n./plot-1d.sh ./test/data/atmospheric_C02_ppm.1d\n```\n\n## Requirements\nTo run this program you will need Java 7 JRE or later. To develop this project you will need Java 7 JDK as well as the program make.\n\n## Licence\nCopyright 2015 Michael Stockman\n\nThis program is provided under the MIT License, so you are pretty much free to use plot-1d for anything you find useful. See LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmes32%2Fplot-1d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmes32%2Fplot-1d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmes32%2Fplot-1d/lists"}