Commands for Visualizations Mod 3 Flashcards
Explore data structure requirements Explore visualizations types Create and format charts Create and format timecharts Explain when to use each type of reporting command
When a search returns statistical values, results can be viewed with a wide variety of visualization types
- statistics table
- charts: line, column, pie, etc
- single value, gauges
- maps
- many more
A ____ is a series sequence of related data points that are plotted in a visualization.
Data series
True or False: Data series can generate any statistical or visualization results.
True
True or False: Most visualizations require search results structured as tables, with at least two columns, a single series.
True
To get multi-series tables, you need to set up the underlying search with reporting search commands like ___ or ____
chart or timechart
Time series
Displays statistical trends over time
*can be single-series or multi-series
What are the 7 chart types?
Line Area Column Bar Bubble Scatter Pie
What does a scatter chart show?
It shows trends in the relationships between discrete data values
*generally, it shows discrete values that do not occur at regular intervals or belong to a series
What does a bubble chart provide?
It provides a way to view a 3-dimensional series.
*The size of the bubble represents the value for the 3rd dimension
For line, area, and column charts, where does the x-axis lie?
Horizontal
Where does the x-axis lie in a bar chart?
Vertical
What does the chart command do?
It displays any series of data that you want to plot
“chart command requirements”
The function defines the value of the y-axis, therefore it should be ___?
Numeric
Where do the values from the by clause display?
In legend
“chart command requirements”
The first field after the over clause is the ___?
x-axis
“chart command requirements”
Using the over and by clauses divides the data into ___?
sub-groupings
chart avg(bytes) over host
The host values display over the x-axis