Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
idl_lib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Сергей Анфиногентов
idl_lib
Commits
838394dc
Commit
838394dc
authored
Nov 15, 2020
by
Sergey Anfinogentov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support for p.multi in implot
parent
e453ab5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mylibs/vis/implot.pro
mylibs/vis/implot.pro
+3
-2
No files found.
mylibs/vis/implot.pro
View file @
838394dc
...
...
@@ -103,10 +103,11 @@ compile_opt idl2
tvscl
,
img
,
!
d
.
x_size
*
!
x
.
window
[
0
],
!
d
.
y_size
*
!
y
.
window
[
0
],
xsize
=
xsize
,
ysize
=
ysize
;
!
P
.
multi
=
Pmsave
!
p
.
multi
[
0
]
=
!
p
.
multi
[
0
]
+
1
contour
,
img
,
x_out
,
y_out
,
xlog
=
xlog
,
ylog
=
ylog
,
xrange
=
xrange
,
yrange
=
yrange
,
$
/
nodata
,
/
noerase
,
_extra
=
_extra
,
xst
=
1
,
yst
=
1
!
p
.
multi
[
0
]
=
!
p
.
multi
[
0
]
-
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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