aboutsummaryrefslogtreecommitdiff
path: root/python/slope.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10python: slope.py: Use maximum y-value in format function.Paul Garlick1-5/+6
* python/slope.py (save_xyz)[MY]: New argument.
2020-07-10python: slope.py: Use cell size in format function.Paul Garlick1-4/+8
* python/slope.py (save_xyz)[PX]: New argument.
2020-07-10python: slope.py: Use maximum y-value in polyfit and plot functions.Paul Garlick1-7/+9
* python/slope.py (plot_curve)[MY]: New argument.
2020-07-10python: slope.py: Use cell size in polyfit and plot functions.Paul Garlick1-6/+10
* python/slope.py (plot_curve)[PX]: New argument.
2020-07-10python: slope.py: Rename co-ordinate variables.Paul Garlick1-8/+8
* python/slope.py (data): Use same names for co-ordinate variables as makeBoundary.
2020-07-10python: slope.py: Use cell size in index definition.Paul Garlick1-2/+2
* python/slope.py (dzdy): Update note.
2020-07-09python: slope.py: Use 'rainbow' colormap for subplot.Paul Garlick1-1/+2
* python/slope.py (detach_display): Add colormap. Disable Normalize() function.
2020-07-09python: slope.py: Identify derivative in plot label.Paul Garlick1-1/+1
* python/slope.py (detach_display): Add text to set_title() function.
2020-07-09python: slope.py: Automatically set subplot tick marks.Paul Garlick1-2/+2
* python/slope.py (detach_display): Disable set_xticks() function.
2020-07-08python: slope.py: Deduce grid dimensions from file data.Paul Garlick1-9/+15
* python/slope.py: Import math module. Use file data instead of file header.
2020-07-08python: slope.py: Re-define filename of height data file.Paul Garlick1-1/+1
* python/slope.py: Read data from 'topography.txt' file.
2020-07-08python: Add slope.py.Paul Garlick1-0/+206
* python/slope.py: New file.