Initialize the appropriate backend based on type
@param backend: Polymorphic backend to initialize @param backend_type: Type of backend ('png', 'pdf', 'ascii') @param width: Canvas width @param height: Canvas height
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(plot_context), | intent(out), | allocatable | :: | backend | ||
character(len=*), | intent(in) | :: | backend_type | |||
integer, | intent(in) | :: | width | |||
integer, | intent(in) | :: | height |