File:Graph paper mm green A4.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 744 × 1,052 pixels, file size: 62 KB)

Captions

Captions

Line of x axis

Summary[edit]

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[edit]

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:11, 25 July 2013Thumbnail for version as of 12:11, 25 July 2013744 × 1,052 (62 KB)Nl74 (talk | contribs)User created page with UploadWizard

File usage on other wikis

The following other wikis use this file:

Metadata