fastplotlib.Graphic#

class Graphic(name=None, offset=(0.0, 0.0, 0.0), rotation=(0.0, 0.0, 0.0, 1.0), visible=True, metadata=None)[source]#
Parameters:
  • name (str, optional) – name this graphic to use it as a key to access from the plot

  • offset ((float, float, float), default (0., 0., 0.)) – (x, y, z) vector to offset this graphic from the origin

  • rotation ((float, float, float, float), default (0, 0, 0, 1)) – rotation quaternion

  • metadata (Any, optional) – metadata attached to this Graphic, this is for the user to manage