aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/xyz_grid.py
Commit message (Collapse)AuthorAgeFilesLines
...
* adds grid margins to xyz plot and prompt matrixEllangoK2023-02-051-9/+16
|
* xyz plot now saves sub grids if opts.grid_saveEllangoK2023-01-281-8/+13
| | | | also fixed no draw legend for z grid
* Merge pull request #7231 from EllangoK/masterAUTOMATIC11112023-01-281-0/+10
|\ | | | | Fixes X/Y/Z Plot parameters not being restored from images
| * adds components to infotext_fieldsEllangoK2023-01-261-0/+10
| | | | | | | | allows for loading script params
* | changes remaining text from X/Y -> X/Y/ZEllangoK2023-01-271-1/+1
| |
* | deepcopy pc.styles, allows for multiple style axisEllangoK2023-01-271-1/+2
|/
* swaps xyz axes internally if one costs moreEllangoK2023-01-241-12/+52
|
* handling sub grids and merging into oneEllangoK2023-01-241-11/+18
|
* implements most of xyz grid scriptEllangoK2023-01-241-36/+78
|
* renamed xy to xyz gridEllangoK2023-01-241-0/+498
this is mostly just so git can detect it properly