--- title: "Printing True Curves and Figures" type: "article" slug: "printing-true-curves-and-figures" url: "http://localhost/article/printing-true-curves-and-figures/" markdown_url: "http://localhost/article/printing-true-curves-and-figures.md" published_at: "2026-03-14T13:33:46+00:00" modified_at: "2026-03-14T13:33:47+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Explains why the TS2040 printer distorts screen drawings (rectangular vs. square pixel grid) and provides the correction: divide variable x-coordinates by aspect ratio A=0.82 (or multiply variable y-coordinates by 0.82). Eight program examples demonstrate the correction for diagonal squares, circles, and slanted equilateral triangles on both TS1000/1500 (PLOT/DRAW) and TS2068 (DRAW/CIRCLE statements). Editor notes full-size…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "TS 2040" slug: "ts2040" taxonomy: "post_tag" url: "http://localhost/tag/ts2040/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - 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/" - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Oleg D. Jefimenko" slug: "oleg-d-jefimenko" taxonomy: "indiv" url: "http://localhost/indiv/oleg-d-jefimenko/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "Oleg D. Jefimenko" slug: "oleg-d-jefimenko" taxonomy: "indiv" url: "http://localhost/indiv/oleg-d-jefimenko/" volume: "4" issue: "4" issues_articles: - id: 38833 title: "Timelinez v4 n4" type: "issue" url: "http://localhost/issue/timelinez-v4-n4/" pages: "3" pubdate: "April 1986" archive_link: false --- Explains why the TS2040 printer distorts screen drawings (rectangular vs. square pixel grid) and provides the correction: divide variable x-coordinates by aspect ratio A=0.82 (or multiply variable y-coordinates by 0.82). Eight program examples demonstrate the correction for diagonal squares, circles, and slanted equilateral triangles on both TS1000/1500 (PLOT/DRAW) and TS2068 (DRAW/CIRCLE statements). Editor notes full-size printers may use 0.91 instead.