Plot: Specialized : Contour Line + Gradient Vector or Plot: Specialized : Contour + Streamline.
Create a Contour Line + Gradient Vector Chart or Contour + Streamline Chart
Minimum Origin Version Required: Origin 2025
1. plot_xyzquiver -r 1 iz:=[Book1]Sheet1!(A,B,C) type:=streamline xpts:=25 ypts:=25 oms:=[<new>]<new>;
2. plot_xyzquiver -r 1 skip:=5 rd:=<new>;
Please refer to the page for additional option switches when accessing the x-function from script
Input
XYZRange
int
Option list:
string
0=...File:[Graph Template (*.otpu )] *.otpu 1=[Graph Template(*.otp)]*.otp
Output
ReportData
This X-Function allows you to create a gradient vector(or quiver plot) overlay on the contour line plot or a streamline overlay on the contour plot.
Please refer to Contour Line + Gradient Vector and Contour + Streamline for more details.