--- title: "Graph 16K" type: "article" slug: "graph-16k-3" url: "http://localhost/article/graph-16k-3/" markdown_url: "http://localhost/article/graph-16k-3.md" published_at: "2026-02-11T00:35:38+00:00" modified_at: "2026-02-11T00:35:39+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Here is a program to draw a bar graph When it runs, you must enter 20 numbers, greater than 0 but less than 40. My goal in writing the program was to keep it as short as possible, thus it doesn't offer fancy borders, variable range for numbers etc. The program illustrates a plotting technique…" category: - name: "LISTing Newsletter" slug: "listing-newsletter" taxonomy: "category" url: "http://localhost/category/periodicals/listing-newsletter/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" publication_r: id: 38992 title: "LISTing Newsletter" type: "periodical" url: "http://localhost/periodical/listing-newsletter/" issues_articles: - id: 40168 title: "LISTing Newsletter June – July 1993" type: "issue" url: "http://localhost/issue/listing-newsletter-june-july-1993/" pages: "4" pubdate: "June - July 1993" archive_link: false --- # Graph 16K Here is a program to draw a bar graph When it runs, you must enter 20 numbers, greater than 0 but less than 40. My goal in writing the program was to keep it as short as possible, thus it doesn’t offer fancy borders, variable range for numbers etc. The program illustrates a plotting technique you can use in other programs.