Directory: plot/
.pro files
- croppedtickmarks.pro
This function is used as a plug-in to YTICKFORMAT that crops a number to the appropriate number of digits.
- getpts.pro
Find the locations of a number of points on an existing plot using CURSOR.
- hist_nd_adaptive.pro
Given a list of particle positions (and optional particle weights), bin sizes, and ranges, creates a density image where the regions with fewer particles are sampled at larger bin sizes.
- histeq.pro
Performs histogram equalization scaling of a 2D image.
- jbsymbol.pro
Loads one of a series of useful user-defined symbols.
- plot_binneddata.pro
Takes a set of X,Y data and plots the mean y value for points binned by their x coordinate.
- plotcumul.pro
Plots the cumulative distribution of a set of data.
- restore_plotsysvars.pro
Restore important plotting system variables that were saved using SAVE_PLOTSYSVARS.
- rgbindex.pro
Translates RGB triplets into colour indices for 24-bit decomposed mode.
- save_plotsysvars.pro
Save important plotting system variables so that they can be restored later using RESTORE_PLOTSYSVARS.
- splineplot.pro
Plots a 2D spline curve using a set of given coordinates.
- trueify.pro
Turn an indexed image into an RGB-decomposed image based on the current colour table.
- xladder.pro
Creates horizontally-stacked ladder plots.
- xyladder.pro
Creates horizontally- and vertically-stacked ladder plots.
- yladder.pro
Creates vertically-stacked ladder plots.