Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coenen, Joachim
Frida
Commits
179cd9a7
Commit
179cd9a7
authored
10 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
+ plotsym pentagon
parent
c29cf5f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pub/share/wups11a.ps
+13
-3
13 additions, 3 deletions
pub/share/wups11a.ps
with
13 additions
and
3 deletions
pub/share/wups11a.ps
+
13
−
3
View file @
179cd9a7
...
...
@@ -1028,10 +1028,11 @@ WuGdict11a begin
dup
7
eq
{
/ps
{
ps_valve
}
def
}
if
dup
8
eq
{
/ps
{
ps_tfwd
}
def
}
if
dup
9
eq
{
/ps
{
ps_tbwd
}
def
}
if
dup
10
eq
{
/ps
{
ps_penta
}
def
}
if
dup
10
eq
{
/ps
{
ps_penta
gram
}
def
}
if
dup
11
eq
{
/ps
{
ps_plus
}
def
}
if
dup
12
eq
{
/ps
{
ps_cross
}
def
}
if
dup
13
eq
{
/ps
{
ps_star
}
def
}
if
dup
14
eq
{
/ps
{
ps_pentagon
}
def
}
if
pop
%
/t
{
% x y d[- d+] | - : plot a symbol and eventually an error bar.
...
...
@@ -1164,8 +1165,8 @@ WuGdict11a begin
gsave
90
rotate
ps_eieruhr
grestore
}
bind
def
/ps_penta
{
.
94
dup
dup
dup
dup
/ps_penta
gram
{
.
8
dup
dup
dup
dup
90
pol2xy
np
mv
234
pol2xy
li
18
pol2xy
li
...
...
@@ -1173,6 +1174,15 @@ WuGdict11a begin
306
pol2xy
li
cp
fill_symbol
}
bind
def
/ps_pentagon
{
.8
dup
dup
dup
dup
18
pol2xy
np
mv
90
pol2xy
li
162
pol2xy
li
234
pol2xy
li
306
pol2xy
li
cp
fill_symbol
}
bind
def
/ps_plus
{
gsave
45
rotate
ps_cross
grestore
}
bind
def
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment