colour.plotting.render¶
-
colour.plotting.render(with_boundaries=True, with_decorate=True, **kwargs)[source]¶ Convenient wrapper definition combining
colour.plotting.decorate(),colour.plotting.boundaries()andcolour.plotting.display()definitions.Parameters: - with_boundaries (bool, optional) – Whether to call
colour.plotting.boundaries()definition. - with_decorate (bool, optional) – Whether to call
colour.plotting.decorate()definition.
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
- with_boundaries (bool, optional) – Whether to call