How to Create a Vector Chart

Main.HowToCreateVectorChart History

Hide minor edits - Show changes to markup

March 04, 2010, at 01:26 PM by 131.188.37.174 -
Changed lines 7-8 from:

Once we the simulation has finished we will find a .vec file in the results directory. Open it from the context menu or by double clicking on it.

to:

Once the simulation has finished we will find a .vec file in the results directory. Open it from the context menu or by double clicking on it.

December 11, 2008, at 05:37 PM by rhornig -
Changed lines 7-8 from:

Once we the simulation has finished we will find a .vec file in the results directory. Open it by double clicking or from the context menu.

to:

Once we the simulation has finished we will find a .vec file in the results directory. Open it from the context menu or by double clicking on it.

Changed lines 15-16 from:

Next step is to click on the 'Browse Data' tab and use the filter fields or manual selection to choose what data should be displayed on the chart. Let's display the length of all 5 queue.

to:

Next step is to click on the 'Browse Data' tab and use the filter fields or manual selection to choose what data should be displayed on the chart. Let's display the length of all 5 queues.

Changed lines 19-20 from:

The five queue length is displayed with different colors and markers. Scroll the chart by dragging it along or use the zoom tools to change the zooming factor.

to:

Queue lengths iare displayed with different colors and markers. Scroll the chart by dragging it along or use the zoom tools to change the zooming factor.

Changed lines 31-32 from:

If we want to store this chart for later reuse, just select the 'Convert to Dataset' context menu item. After naming the dataset, you wlill receive a tree structure completely describing the chart(s) you have created. You may modify the structure using drag and drop operations and the palette items at the right side of the window.

to:

If we want to store this chart for later reuse, just select the 'Convert to Dataset' context menu item. After naming the dataset, you will receive a tree structure completely describing the chart(s) you have created. You may modify the structure using drag and drop operations and the palette items at the right side of the window.

December 11, 2008, at 05:28 PM by rhornig -
Changed lines 1-2 from:

title :How to Create a Vector Chart

to:

(:title How to Create a Vector Chart :)

December 11, 2008, at 05:28 PM by rhornig -
Added lines 1-4:

(:title :How to Create a Vector Chart :)

Let's start by running a simulation which collects vector data (i.e. value-timestamp pairs) - (in this howto, we will run a closed queueing simulation where 5 queues are connected in a ring)

Added lines 6-8:

Once we the simulation has finished we will find a .vec file in the results directory. Open it by double clicking or from the context menu.

Added lines 10-12:

Clicking on a vector file first time the ide creates an .anf file which is used to store information about how to create a chart (including, data selection, preprocessing and chart properties)

Added lines 14-16:

Next step is to click on the 'Browse Data' tab and use the filter fields or manual selection to choose what data should be displayed on the chart. Let's display the length of all 5 queue.

Added lines 18-20:

The five queue length is displayed with different colors and markers. Scroll the chart by dragging it along or use the zoom tools to change the zooming factor.

Added lines 22-24:

Next we want to add some simple processing to the vectors before drawing them. Select the Apply/Sliding Window Average from the context menu.

Added lines 26-28:

The new chart is now much smoother because of the applied filter.

Added lines 30-32:

If we want to store this chart for later reuse, just select the 'Convert to Dataset' context menu item. After naming the dataset, you wlill receive a tree structure completely describing the chart(s) you have created. You may modify the structure using drag and drop operations and the palette items at the right side of the window.

Added lines 34-36:

NOTE: This file is basically a receipe which can be 'executed' whenever the underlying data changes. This means that once you re run your simulation you just have to open the anf file again and you will get an updated diagram.

December 11, 2008, at 05:02 PM by rhornig -
Added lines 1-8:
Edit - History - Print - Recent Changes - Search
Page last modified on March 04, 2010, at 01:26 PM