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
cb571f8e
Commit
cb571f8e
authored
8 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
frame for color legend now ok
parent
9583e44c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pub/plot/ps_plotter.cpp
+8
-2
8 additions, 2 deletions
pub/plot/ps_plotter.cpp
pub/share/wups17a.ps
+3
-2
3 additions, 2 deletions
pub/share/wups17a.ps
with
11 additions
and
4 deletions
pub/plot/ps_plotter.cpp
+
8
−
2
View file @
cb571f8e
...
...
@@ -193,7 +193,6 @@ namespace {
int
ntpt
;
double
ticklim
[
2
];
vector
<
double
>
Tacks
;
ret
+=
"
\n
"
;
ret
+=
"% "
+
string
(
1
,
a
)
+
" axis:
\n
"
;
if
(
A
->
logflag
&&
A
->
inf
<=
0
)
throw
"BUG: log incompatible with limits "
+
A
->
str
();
...
...
@@ -221,7 +220,14 @@ namespace {
string
ps_colorscale
()
{
return
"pop %TODO colorscale
\n
"
;
return
"/hxlow 11.3 def
\n
"
"/hxhig 12.3 def
\n
"
" hxlow hxhig 0 0 0 90 OneAxx Axx %% low x line
\n
"
" hxlow hxhig 0 10 0 90 OneAxx Axx %% low x line
\n
"
" 0 10 hxlow 0 90 0 OneAxx Tic Tac Axx %% left y axis
\n
"
" 0 10 hxhig 0 90 180 OneAxx Tic Tac Axx yNumH %% right y axis
\n
"
"hxhig YCH
\n\n
"
;
}
string
ps_slice_header
(
...
...
This diff is collapsed.
Click to expand it.
pub/share/wups17a.ps
+
3
−
2
View file @
cb571f8e
...
...
@@ -924,16 +924,17 @@ WuGdict17a begin
0 x 0 x textCB
grestore
} def
/
y
CH { % ylabel | - ; plots coordinate name to the right of
the y-
axis
.
/
Y
CH { % ylabel
xpos
| - ; plots coordinate name to the right of
a vertical
axis
gsave
setlab
yNumLengthH fontsize .85 mul add
10
xm add
yNumLengthH fontsize .85 mul add
x
xm add
aMean ym translate
0 0 mv
90 rotate
0 x 0 x textCT
grestore
} def
/yCH { 10 YCH } def % ylabel | - ; plots coordinate name to the right of the y-axis.
/yCF { % ylabel | - ; plots coordinate name *falling* right of the y-axis.
gsave
setlab
...
...
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