comparison doc/interpreter/plot.txi @ 22247:c8fc60a183a3

Add function material. (patch #9013) * scripts/plot/appearance/material.m: New function. * scripts/plot/appearance/module.mk: Update build system. * NEWS: Announce new function. * __unimplemented__.m: Remove "material" from list. * doc/interpreter/plot.txi: Add doc string. * light.m: Add "material" to "see also".
author Markus Muetzel <markus.muetzel@gmx.de>
date Mon, 18 Jul 2016 17:46:05 +0200
parents 654de580bdb3
children 3fe6663808cc
comparison
equal deleted inserted replaced
22246:fa917f1f0faf 22247:c8fc60a183a3
395 @DOCSTRING(diffuse) 395 @DOCSTRING(diffuse)
396 396
397 @DOCSTRING(specular) 397 @DOCSTRING(specular)
398 398
399 @DOCSTRING(lighting) 399 @DOCSTRING(lighting)
400
401 @DOCSTRING(material)
400 402
401 @DOCSTRING(meshgrid) 403 @DOCSTRING(meshgrid)
402 404
403 @DOCSTRING(ndgrid) 405 @DOCSTRING(ndgrid)
404 406