-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpgplot.ps
More file actions
31 lines (31 loc) · 1.03 KB
/
Copy pathpgplot.ps
File metadata and controls
31 lines (31 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%!PS-Adobe-3.0 EPSF-3.0
%%For: andrianovs
%%Title: PGPLOT PostScript plot
%%Creator: PGPLOT [PSDRIV 6.6]
%%CreationDate: 10-Sep-2026 10:57
%%BoundingBox: (atend)
%%DocumentFonts: (atend)
%%LanguageLevel: 1
%%Orientation: Landscape
%%Pages: (atend)
%%EndComments
%%BeginProlog
/L {moveto rlineto currentpoint stroke moveto} bind def
/C {rlineto currentpoint stroke moveto} bind def
/D {moveto 0 0 rlineto currentpoint stroke moveto} bind def
/LW {5 mul setlinewidth} bind def
/BP {newpath moveto} bind def
/LP /rlineto load def
/EP {rlineto closepath eofill} bind def
/MB {gsave translate MFAC dup scale 1 setlinewidth 2 setlinecap 0 setlinejoin newpath} bind def
/ME /grestore load def
/CC {0 360 arc stroke} bind def
/FC {0 360 arc fill} bind def
/G {1024 div setgray} bind def
/K {3 -1 roll 1024 div 3 -1 roll 1024 div 3 -1 roll 1024 div setrgbcolor} bind def
% Uncomment next line to convert color to grey shades
%/K {3 -1 roll 3413 div 3 -1 roll 1739 div 3 -1 roll 9309 div add add setgray} bind def
%%EndProlog
%%BeginSetup
/#copies 1 def
%%EndSetup