stabix / stabix

Slip transfer analysis toolbox and GUIs (Matlab)
http://stabix.readthedocs.org
GNU Affero General Public License v3.0
74 stars 37 forks source link

Transparent background when saving figure #71

Open GolamRashed opened 5 years ago

GolamRashed commented 5 years ago

A request to have forced transparent background of the figure when saving, this will particularly helpful to obtain slip system of crystals and later use with other EBSD images in powerpoint.

1

DavidMercier commented 5 years ago

Hi, I think you can use PowerPoint tools easily for that question: https://support.office.com/en-us/article/make-a-picture-transparent-ce96ac80-5afc-436c-ae3f-0c78009bf704 The most difficult part is to perform the overlay and to take into account the EBSD image distortion, shifting... capture

SUNLOVEERIN commented 3 years ago

A request to have forced transparent background of the figure when saving, this will particularly helpful to obtain slip system of crystals and later use with other EBSD images in powerpoint.

1

Hi, if you copy the vector figure in the AI or other software then can remove the background

DavidMercier commented 3 years ago

Hi, the function used in Stabix to save/export figure is: export_fig.m And there is an option in this function to set a transparent background. You can write in the command window for example: export_fig('-transparent') and the main GUI is saved in the Matlab current folder as "export_fig_out.png". Hope this will help. Cheers