이전: , 상위 문서: Advanced Plotting   [차례][찾아보기]


15.4.8 Graphics Toolkits

이름 = graphics_toolkit ()
이름 = graphics_toolkit (hlist)
graphics_toolkit (이름)
graphics_toolkit (hlist, 이름)

Query or set the default graphics toolkit which is assigned to new figures.

With no inputs, return the current default graphics toolkit. If the input is a list of figure graphic handles, hlist, then return the name of the graphics toolkit in use for each figure.

When called with a single input 이름 set the default graphics toolkit to 이름. If the toolkit is not already loaded, it is initialized by calling the function __init_이름__. If the first input is a list of figure handles, hlist, then the graphics toolkit is set to 이름 for these figures only.

같이 보기: available_graphics_toolkits.

available_graphics_toolkits ()

Return a cell array of registered graphics toolkits.

같이 보기: graphics_toolkit, register_graphics_toolkit.

loaded_graphics_toolkits ()

Return a cell array of the currently loaded graphics toolkits.

같이 보기: available_graphics_toolkits.

register_graphics_toolkit (toolkit)

List toolkit as an available graphics toolkit.

같이 보기: available_graphics_toolkits.