Rx.Plot (rx v0.1.0)

Copy Markdown View Source

A single plot page captured from R.

Summary

Types

t()

@type t() :: %Rx.Plot{
  data: binary(),
  format: :png,
  height: pos_integer(),
  mime_type: String.t(),
  page: pos_integer(),
  width: pos_integer()
}