- Timestamp:
- Jul 22, 2017 3:54:17 PM (6 years ago)
- Location:
- branch/2frame
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/config_example.py
r2930 r2941 148 148 '''Specifies the width of phase tick marks in pixels. 149 149 Fractional values do seem to produce an effect. Default is 1.''' 150 150 151 Contour_color = 'Paired' 151 152 ''' Specifies the color map to be used for contour plots (images, pole figures, etc.) 152 153 ''' 154 155 Multiprocessing_cores = -1 156 ''' Specifies the number of cores to use when performing multicore computing. A number less 157 than zero (default) causes the recommended number of cores [using multiprocessing.cpu_count()] 158 to be used. Setting this number to 0 or 1 avoids use of the multiprocessing module: all 159 computations are performed in-line. 160 '''
Note: See TracChangeset
for help on using the changeset viewer.