Skip to content
Vincent Drevelle edited this page Mar 17, 2014 · 1 revision

All functions reside in the vibes namespace. They do not return a value (void return type).

Connection to the viewer application

  • connect()
  • connect(fileName:string)
  • disconnect()

Figure management

  • figure(<name:string>)
  • clear(<figureName:string>)
  • saveImage(<fileName:string>, <figureName:string>)

View setting

  • axisAuto(<params>)
  • axisLimits(x_min, x_max, y_min, y_max, <params>)

Drawing

  • drawBox(x_inf, x_sup, y_inf, y_sup, <params>)
  • drawEllipse(x_center, y_center, a, b, angle, <params>)
  • drawConfidenceEllipse(x_center, y_center, S_xx, S_xy, S_yy, nb_sigma, <params>)
  • drawCircle(x_center, y_center, radius, <params>)

Clone this wiki locally