Re: Colorful Static Text



So I figured it out:

You have to create axes on your GUI and make them not visible. Then
you can use text() to write with a TeX Interpreter. Make sure not to
set 'Parent' to your axes or they will reappear.

Brandon wrote:


I'm trying to have a program that updates a Static Text field of a
GUI. The text needs to be color coded, but I can't figure out how
to
make one static text field consist of different colored text.
There
is no option for a TeX interpreter. Any suggestions?
.



Relevant Pages

  • Re: Extracting Image (only) data from GUI
    ... Trying to grab the axes object does not work at all. ... If h33a is the handle to a figure, it will capture all information ... recipe brings back an image of the whole GUI. ...
    (comp.soft-sys.matlab)
  • GUI window colormapeditor & axis strangeness
    ... I have a GUI with some axes on it. ... Elsewhere in the GUI there is another axis used to represent the data ... the same figure share the same colormap. ...
    (comp.soft-sys.matlab)
  • Re: Use Timer to refresh axes in GUIDE
    ... Scott Smith wrote: ... When I developed a GUI with GUIDE, I need to refresh the axes ... GUI at fixed time intervals in an order to save CPU usage. ... It will create a new figure and plot on the ...
    (comp.soft-sys.matlab)
  • Re: GUI R14 and multiple images
    ... multiple axes in a GUI. ... Open the imshow M-file ... I want to display multiple images in a GUI in axis boxes. ...
    (comp.soft-sys.matlab)
  • Re: bar graph shading
    ... I'm trying to make it work in a gui. ... My gui has to axes, axes1 and axes2. ...
    (comp.soft-sys.matlab)