Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-10 | python: slope.py: Use cell size in index definition. | Paul Garlick | 1 | -2/+2 | |
* python/slope.py (dzdy): Update note. | |||||
2020-07-09 | python: slope.py: Use 'rainbow' colormap for subplot. | Paul Garlick | 1 | -1/+2 | |
* python/slope.py (detach_display): Add colormap. Disable Normalize() function. | |||||
2020-07-09 | python: slope.py: Identify derivative in plot label. | Paul Garlick | 1 | -1/+1 | |
* python/slope.py (detach_display): Add text to set_title() function. | |||||
2020-07-09 | python: slope.py: Automatically set subplot tick marks. | Paul Garlick | 1 | -2/+2 | |
* python/slope.py (detach_display): Disable set_xticks() function. | |||||
2020-07-08 | python: slope.py: Deduce grid dimensions from file data. | Paul Garlick | 1 | -9/+15 | |
* python/slope.py: Import math module. Use file data instead of file header. | |||||
2020-07-08 | python: slope.py: Re-define filename of height data file. | Paul Garlick | 1 | -1/+1 | |
* python/slope.py: Read data from 'topography.txt' file. | |||||
2020-07-08 | python: Add slope.py. | Paul Garlick | 1 | -0/+206 | |
* python/slope.py: New file. |