Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-14 | python: slope.py: Use distance measured from botttom boundary. | Paul Garlick | 1 | -15/+12 | |
* python/slope.py (plot_curve): Remove MY argument. Use y co-ordinate for fitting and plotting. (save_xyz): Remove MY argument. Use x and y co-ordinates for output. | |||||
2020-07-14 | python: slope.py: Suppress printing of maximum y-value. | Paul Garlick | 1 | -1/+1 | |
* python/slope.py: Disable print function. | |||||
2020-07-10 | python: slope.py: Use maximum y-value in format function. | Paul Garlick | 1 | -5/+6 | |
* python/slope.py (save_xyz)[MY]: New argument. | |||||
2020-07-10 | python: slope.py: Use cell size in format function. | Paul Garlick | 1 | -4/+8 | |
* python/slope.py (save_xyz)[PX]: New argument. | |||||
2020-07-10 | python: slope.py: Use maximum y-value in polyfit and plot functions. | Paul Garlick | 1 | -7/+9 | |
* python/slope.py (plot_curve)[MY]: New argument. | |||||
2020-07-10 | python: slope.py: Use cell size in polyfit and plot functions. | Paul Garlick | 1 | -6/+10 | |
* python/slope.py (plot_curve)[PX]: New argument. | |||||
2020-07-10 | python: slope.py: Rename co-ordinate variables. | Paul Garlick | 1 | -8/+8 | |
* python/slope.py (data): Use same names for co-ordinate variables as makeBoundary. | |||||
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. |