TCL changing legend font size

timonq
timonq Altair Community Member
edited October 2020 in Community Q&A

Hi, I have a question according this topic. I'm looking for tcl command for HyperView to change legend font size and coordinate system font size. Anyone know syntax? I need this for CaptureActiveWindow, because when I set high resolution, fonts size are too small (font size is in pixel:(/emoticons/default_sad.png' srcset='/emoticons/sad@2x.png 2x' title=':(' width='20'> ). 

Thanks in advanced :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20'> 

 

 

Answers

  • tinh
    tinh Altair Community Member
    edited August 2017

    Hi

    Click 'edit legend', check on Header, Footer at Save option and 'save'

    Then each time you just need to source that file ;)/emoticons/default_wink.png' srcset='/emoticons/wink@2x.png 2x' title=';)' width='20' />

  • timonq
    timonq Altair Community Member
    edited August 2017

    Thanks, but I'm looking for tcl command, because I would like to add this to my script (High resolution screenshots). I know that I can change it manually :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> 

  • tinh
    tinh Altair Community Member
    edited August 2017

    I mean the command you are looking for is 'source $that_file.tcl'

    For detail commands, => open that file too see

  • timonq
    timonq Altair Community Member
    edited August 2017

    Great idea :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> Thanks :)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' /> 

    Unfortunately this script is not working when I tried to run it like regular .tcl. Probably it is working only with 'legend settings' window :unsure:/emoticons/default_unsure.png' title=':unsure:' /> There must be something more