diff --git a/README.md b/README.md index 2e43767..c8b3e7e 100644 --- a/README.md +++ b/README.md @@ -117,11 +117,16 @@ To access the merge tool, follow the instructions for the plotting tool, but sel The merge tool functions very similarly to the main Plotting tool. In the top of the UI there is a "Select File" and "Path" Text field. Use either of these to specify the first file and then press "Add". Repeat this process for every file you wish to use. +[![MergeUILoad.PNG](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/18limage.png)](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/18limage.png) Now you can use the "X-Axis Label" and "Y-Axis Label" text fields to change the Labels as needed. In the Rows below you should now see all the .fig files you selected with a "Name in Legend" text field, which allows you to change how the extracted data will be labled in the legend. +[![MergeUIConfig.PNG](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/i4yimage.png)](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/i4yimage.png) + Finally hit the "Generate Merged Plot" button and you will be asked to select the location, where the "merged.fig" and "merged.png" files will be placed. You can continue to use the tool and add more .fig files after the generation. +[![MergeUIGenerate.PNG](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/lEpimage.png)](https://wiki.intern.spaceteamaachen.de/uploads/images/gallery/2023-01/lEpimage.png) + **IMPORTANT: The merge tool, will extract only the "main" plot from each file.** I.e. if you merge a Derivative .fig file (which contains both the original function and it's derivative), **only** the derivative will be added to the new merged figure. ### Developer information