colour.plotting.render

colour.plotting.render(with_boundaries=True, with_decorate=True, **kwargs)[source]

Convenient wrapper definition combining colour.plotting.decorate(), colour.plotting.boundaries() and colour.plotting.display() definitions.

Parameters:
Other Parameters:
 

**kwargs (dict, optional) – {colour.plotting.render()}, Please refer to the documentation of the previously listed definition.

Returns:

Current figure or None.

Return type:

Figure