File:Graph paper mm green A4.svg

Uploaded by Nl74
Upload date 2013-07-25T12:11:27Z
MIME type image/svg+xml
Dimensions 744 × 1052 px
File size 62.0 KB

Summary

Description
English: Empty green graph paper with cm/0.5cm/2mm grids (paper size = A4)
Date
Source Own work
Author László Németh
Other versions
; Created in LibreOffice 4 with this LibreLogo program.
; Usage: Put this code into an English language document in LibO Writer,
; and click on the Start icon of the View»Toolbars»Logo toolbar.
; Modify these values, if needed:
color = “light green”
margin = 0.7cm ; min. margin width
line1 =1cm ; main grid
line2 = 0.5cm ; medium grid, set to line1 to remove these lines
line3 = 1mm ; small grid, set to line1 to remove these lines
line1width = 1mm/10
line2width = 1mm/15
line3width = 1mm/30

TO lines width dist
    GLOBAL margin, line1
    l = [INT ((PAGESIZE[0] – margin * 2) / line1), INT ((PAGESIZE[1] – margin * 2) / line1)]
    leftmargin =  (PAGESIZE[0]-l[0]*line1) / 2
    topmargin =  (PAGESIZE[1]-l[1]*line1) / 2
    REPEAT 1 + PAGESIZE[width]/dist  [
        IF (REPCOUNT – 1) * dist > (l[width] * line1) [ BREAK ]
        PENUP POSITION [leftmargin + (REPCOUNT-1) * dist * (1-width), (PAGESIZE[1] – topmargin) * (1-width) + ((REPCOUNT - 1) * dist + topmargin)  * width]
        PENDOWN HEADING 90*width
        PENDOWN FORWARD l[1-width] * line1
    ] 
END

HOME CLEARSCREEN HIDETURTLE 
; PICTURE “graph_paper_cm_green_A4” [ ; from LibreOffice 4.1.1
PICTURE [
    PENCOLOR “INVISIBLE” FILLCOLOR “WHITE”
    RECTANGLE PAGESIZE PENCOLOR color
    PENSIZE line1width lines 0 line1 lines 1 line1
    PENSIZE line2width lines 0 line2 lines 1 line2
    PENSIZE line3width lines 0 line3 lines 1 line3
]

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Line of x axis

Items portrayed in this file

depicts

25 July 2013

image/svg+xml

Category:CC-Zero Category:Empty graph sheets Category:Green paper Category:Grids Category:Images with LibreLogo source code Category:SVG created with LibreOffice Category:Self-published work Category:Valid SVG