Naming the figure


Hello,
I was wondering if it is possible to name a figure in Compose? For example in MATLAB, by using:
set(gcf, 'name', 'dummy title')
it is possible to change the name of the figure. Is this property available in Compose? I am using Compose version 2017.3.
Thank you
Berker
Answers
-
Hi Berker,
I played around with this a bit : I've found that this works when I test our development build of the next release of Compose (2018.1). However, it is not yet available in 2017.3 so it doesn't help you currently. I'm not aware of a target date for the next release, but this is something to look for.
Not sure if this helps, but note that you can rename the figure in 2017.3 by clicking on the name modifying it in the Project Browser. I'm not aware of another command to do this programmatically yet. Perhaps someone else can chime in...
Best regards,
Andy
0