Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carl Schreck
Carl NCL Library
Commits
833f0b61
Commit
833f0b61
authored
Sep 19, 2018
by
Carl Schreck
Browse files
Automated Nightly Commit - Wed Sep 19 00:00:33 EDT 2018
parent
8311b88a
Changes
2
Hide whitespace changes
Inline
Side-by-side
cjs_graphics/cjs_draw_xy.ncl
View file @
833f0b61
...
...
@@ -130,6 +130,10 @@ begin ; cjs_draw_xy
lineRes = True
lineRes@lgLineColors = res@xyLineColors(:nCurves-1)
lineRes@lgLineThicknesses = res@xyLineThicknessF
if( .not.res@xyMonoDashPattern ) then
lineRes@lgMonoDashIndex = True
lineRes@lgDashIndexes = res@xyDashPatterns
end if
textRes = True
textRes@lgLabels = res@xyExplicitLabels
...
...
cjs_graphics/pick_legend_corner.ncl
View file @
833f0b61
...
...
@@ -49,12 +49,12 @@ begin ; pick_legend_corner
res = True
if( lowerRight.eq.minQuad )
print( "Lower Right" )
res@XPosPercent =
8
0
res@XPosPercent =
6
0
res@YPosPercent = 5
res@Position = "Bottom"
else if( upperRight.eq.minQuad )
print( "Upper Right" )
res@XPosPercent =
8
0
res@XPosPercent =
6
0
res@YPosPercent = 95
res@Position = "Top"
else if( lowerLeft.eq.minQuad )
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment