2023 2024 EduVark > Education Discussion > General Discussion


  #1  
October 25th, 2017, 09:15 AM
Unregistered
Guest User
 
Symcat.Pro IDL

Hi I would like to have the information about Symcat as well as IDL and also the details of the programming and the tutorials for IDL?
  #2  
October 25th, 2017, 09:38 AM
Super Moderator
 
Join Date: Mar 2012
Re: Symcat.Pro IDL

SYMCAT is a capacity that gives an image list to indicating various plotting images.

IDL (Interactive Data Language) is a total processing condition for the intuitive investigation and perception of information. IDL coordinates an effective, arrayoriented dialect with various numerical investigation and graphical show procedures.

Programming in IDL is an efficient contrasting option to programming in FORTRAN or C—utilizing IDL, undertakings which require days or long stretches of programming with conventional dialects can be expert in hours. Clients can investigate information intuitively utilizing IDL charges and afterward make finish applications by composing IDL programs.

Category:

Graphics

Calling Sequence:

Plot, findgen(11), PSYM=SYMCAT(theSymbol)

To connect symbols with lines, use a negative value for the PSYM keyword:

Plot, findgen(11), PSYM=-SYMCAT(theSymbol)

Inputs:

theSymbol: The number of the symbol you wish to use. Possible values are:

0 : No symbol.
1 : Plus sign.
2 : Asterisk.
3 : Dot (period).
4 : Open diamond.
5 : Open upward triangle.
6 : Open square.
7 : X.
8 : Defined by the user with USERSYM.
9 : Open circle.
10 : Histogram style plot.
11 : Open downward triangle.
12 : Open rightfacing triangle.
13 : Open leftfacing triangle.
14 : Filled diamond.
15 : Filled square.
16 : Filled circle.
17 : Filled upward triangle.
18 : Filled downward triangle.
19 : Filled rightfacing triangle.
20 : Filled leftfacing triangle.
21 : Hourglass.
22 : Filled Hourglass.
23 : Bowtie.
24 : Filled bowtie.
25 : Standing Bar.
26 : Filled Standing Bar.
27 : Laying Bar.
28 : Filled Laying Bar.
29 : Hat up.
30 : Hat down.
31 : Hat right.
32 : Hat down.
33 : Big cross.
34 : Filled big cross.
35 : Circle with plus.
36 : Circle with X.
37 : Upper half circle.
38 : Filled upper half circle.
39 : Lower half circle.
40 : Filled lower half circle.
41 : Left half circle.
42 : Filled left half circle.
43 : Right half circle.
44 : Filled right half circle.
45 : Star.
46 : Filled star.

Keywords:

Color:

Set this keyword to the color (index or 24-bit value) of the color desired. For example:

Plot, Findgen(11), COLOR=cgColor('yellow'), PSYM=-SYMCAT(4, color=cgColor('green'))

Thick:

Set this keyword to the thickness desired. Default is 1.

A Guide to IDL Tutorials
Attached Files
File Type: pdf A Guide to IDL Tutorials.pdf (1.40 MB, 100 views)


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 09:18 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8