Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

MplDrawer.textbox

MplDrawer.textbox(description, rel_pos=None, **options)[source]

Draw text box.

Parameters:
  • description (str) – A string to be drawn inside a report box.

  • rel_pos (Optional[Tuple[float, float]]) – Relative position of the text-box. If None, the default textbox_rel_pos from the style is used.

  • options – Valid options for the drawer backend API.