Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Code contour
no vote
Application background Data. GetPeak = cgDemoData (2); number of levels. SetLevels = 12; display colors and set up window. LoadLoadCT, 33, Bottom=3, NColors=levelsWindow, 1, Specifed Contour Intervals'XSize=300, Title='User, YSize=400; the contour plot. DrawStep = (Max (peak) - Min (peak)) / levelsUserLevels = IndGen (levels) * step + Min (peak)SetDecomposedState, 0, CurrentState=stateContour, peak, /Fill, C_Colors=Indgen (levels) +3, Background=cgColor ('white'), $Levels=userLevels, Position=[0.1, 0.1, 0.9, 0.80], Color=cgColor ('black')Contour, peak, /Overplot, Levels=userLevels, /Follow, Color=cgColor ('black')State, SetDecomposedStateA colorbar. DrawCgColorbar, NColors=12, Bottom=3, Divisions=6, $Range=[Min (peak), Max (peak)], Format='(I4)', $Position = [0.1, 0.9, 0.9, 0.95], AnnotateColor='black' Key Technology IDL contour chartData. GetPeak = cgDemoData (2); number of levels. SetLevels = 12
mayangme
2016-08-23
0
1
No more~