Module3 Visualisation Flashcards
when can a search be viewed in visualisation
when the search returns statistical values
what are the types of visualisation charts
Stats Table
Charts- line, column Pie
single guage
maps
True or False all searches can be visually represented?
False
What is a data series?
It is a sequence of related data points that are plotted in a visualisation
Which Axis is Vertical and Which is horizontal
X Axis is horizontal Y-Axis is vertical
What command/s is need for a multi-series table
chart or Timechart need to be used with the underlying search
What does a Scatter Chart show?
shows trends in relationships between 2 discrete values
What does a Bubble Chart Provide
It provides a 3 dimensional view.
Each Bubble plots against the X and Y Axis
size of the bubble represents the 3rd dimension
Chart command what defines the Y-Axis
the function defines the y-axis and therefore it should be numeric
which field after the over clause defines the X-Axis
the first field
what option remove NULL and OTHER is the visualisation
usenull=f
useother=f
limit argument limits values what does limit=0 return
returns unlimited values
chart sum(price) over host by product_name limit=5 useother=f
what does the limit option apply to?
when splitting on 2 dimensions, the limit option applies to the second split (so in this case, product_name)
what does the timechart command do?
- performs statistical aggregations against time
- plots and trends data over time
- _time is always on the X-Axis
- you can spilt data using the by clause
- Timecharts are best presented as line or area charts
in Charts what is the Max you can use the by clause
in Stats what is the max you can use the by clause
in Timechart what is the max you can use the by clause
2
many times
1