--- title: "Mike’s Notebook: LINES" type: "article" slug: "mikes-notebook-6" url: "http://localhost/article/mikes-notebook-6/" markdown_url: "http://localhost/article/mikes-notebook-6.md" published_at: "2022-10-07T12:23:18+00:00" modified_at: "2024-05-26T13:05:07+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Sinclair BASIC graphics commands PLOT and DRAW have several disadvantages and shortcomings. One of them is that they only address a 256 X 176 pixel screen and cannot draw to the bottom two character lines." category: - name: "SWYM" slug: "swym" taxonomy: "category" url: "http://localhost/category/periodicals/swym/" post_tag: - 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 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Michael DiRienzo" slug: "michael-dirienzo" taxonomy: "indiv" url: "http://localhost/indiv/michael-dirienzo/" publication_r: id: 35516 title: "SWYM" type: "periodical" url: "http://localhost/periodical/swym/" authors: "Michael DiRienzo" volume: "6" issue: "5" issues_articles: - id: 39584 title: "SWYM v6 n5 Jul-Aug 1991" type: "issue" url: "http://localhost/issue/swym-v6-n5-jul-aug-1991/" pages: "6" pubdate: "July - August 1991" archive_link: false --- # Mike’s Notebook: LINES Sinclair BASIC graphics commands PLOT and DRAW have several disadvantages and shortcomings. One of them is that they only address a 256 X 176 pixel screen and cannot draw to the bottom two character lines.