comparison NEWS @ 11576:8ac9687dbe9f

rename backend to graphics_toolkit
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 02:29:57 -0500
parents 1811f4f8b3b5
children 605ed5bbb643
comparison
equal deleted inserted replaced
11575:d6619410e79c 11576:8ac9687dbe9f
435 stem-series, bar-series, etc., objects for better Matlab 435 stem-series, bar-series, etc., objects for better Matlab
436 compatibility. 436 compatibility.
437 437
438 ** New graphics functions: 438 ** New graphics functions:
439 439
440 addlistener ezcontour gcbo refresh 440 addlistener ezcontour gcbo refresh
441 addproperty ezcontourf ginput refreshdata 441 addproperty ezcontourf ginput refreshdata
442 allchild ezmesh gtext specular 442 allchild ezmesh gtext specular
443 available_backends ezmeshc intwarning surfl 443 available_graphics_toolkits ezmeshc intwarning surfl
444 backend ezplot ishghandle trisurf 444 graphics_toolkit ezplot ishghandle trisurf
445 cla ezplot3 isocolors waitforbuttonpress 445 cla ezplot3 isocolors waitforbuttonpress
446 clabel ezpolar isonormals 446 clabel ezpolar isonormals
447 comet ezsurf isosurface 447 comet ezsurf isosurface
448 dellistener findall linkprop 448 dellistener findall linkprop
449 diffuse gcbf plotmatrix 449 diffuse gcbf plotmatrix
450 450
451 ** New experimental OpenGL/FLTK based plotting system. 451 ** New experimental OpenGL/FLTK based plotting system.
452 452
453 An experimental plotting system based on OpenGL and the FLTK 453 An experimental plotting system based on OpenGL and the FLTK
454 toolkit is now part of Octave. This backend is disabled by 454 toolkit is now part of Octave. This graphics toolkit is disabled by
455 default. You can switch to using it with the command 455 default. You can switch to using it with the command
456 456
457 backend ("fltk") 457 graphics_toolkit ("fltk")
458 458
459 for all future figures or for a particular figure with the command 459 for all future figures or for a particular figure with the command
460 460
461 backend (h, "fltk") 461 graphics_toolkit (h, "fltk")
462 462
463 where "h" is a valid figure handle. 463 where "h" is a valid figure handle.
464 464
465 ** Functions providing direct access to gnuplot have been removed. 465 ** Functions providing direct access to gnuplot have been removed.
466 466