Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
2d graph annotations]] page.\\ ===== pipeline command ===== <code> add_graph_annotation /page_number= /column_number= /row_number= /draw_order= /annotation_event= ! /annotation_style=ticks ! /annotation_color=red ! /annotation_size=normal ! /annotation_global=false ! /annotation_average_event=false ; </code> ==== draw order ==== draw order indicates which graph will be annotated. the first graph that was drawn will be drawn first. the graphs are drawn in the order they are created. it is possible to check which graph was drawn first, two methods can be found [[visual3d:documentation:reports:draw_order|here]]. |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=1\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=green\\ /annotation_size=normal\\ /annotation_global=false\\ /annotation_average_event=false\\ ;\\ </code>|graphannotation_draworder_1.jpg| |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=2\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=purple\\ /annotation_size=normal\\ /annotation_global=false\\ /annotation_average_event=false\\ ;\\ </code>|graphannotation_draworder_2.jpg| \\ modifying the draw_order is similar to using the "set annotation local" radial box when [[visual3d:documentation:reports:report_2d_graph#annotations|manually adding an annotation]]. graphannotation_localglobal.jpg ==== annotation event ==== the event times at which a symbol should be drawn. if annotation_average_event is true, the edit box has two meanings - a number indicating the percent of the range - an event label, such that the event labels in all graphs are added ==== annotation_style ==== the following options are available: ticks top ticks bottom ticks vertical line box triangle cross up arrow down arrow ==== annotation_color ==== the following options are available: black blue cyan green purple red yellow ==== annotation size ==== the following options are available: normal large small ==== annotation global ==== when set to **false** will add graph annotation to only the graphs at the specified location (for example row 1 column 1) **based on the draw_order.** |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=1\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=green\\ /annotation_size=normal\\ /annotation_global=false\\ /annotation_average_event=false\\ ;\\ </code>|graphannotation_globalfalse.jpg| when set to **true** will add graph annotation to all graphs at the specified location (for example row 1 column 1), **regardless of draw_order.** |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=1\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=green\\ /annotation_size=normal\\ /annotation_global=true\\ /annotation_average_event=false\\ ;\\ </code>|graphannotation_globaltrue.jpg| modifying the annotation_global is similar to using the "set annotation globally" radial box when [[visual3d:documentation:reports:report_2d_graph#annotations|manually adding an annotation]]. graphannotation_localglobal.jpg ==== annotation average event ==== when set to **false**, all instances of the event will be displayed. |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=1\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=green\\ /annotation_size=normal\\ /annotation_global=false\\ /annotation_average_event=false\\ ;\\ </code>|graphannotation_averagefalse.jpg| when set to **true**, all instances of the event will be averaged, and only the average event will be displayed. |<code>\\ add_graph_annotation\\ /page_number=2\\ /column_number=1\\ /row_number=1\\ /draw_order=1\\ /annotation_event=lto\\ /annotation_style=vertical line\\ /annotation_color=green\\ /annotation_size=normal\\ /annotation_global=false\\ /annotation_average_event=true\\ ;\\ </code>|graphannotation_averagetrue.jpg| modifying the annotation_average_event is similar to using the "all graphs" or "average event or numeric value" radial box when [[visual3d:documentation:reports:report_2d_graph#annotations|manually adding an annotation]]. graphannotation_averageevent.jpg }}}}}}}}}}}}}}}}