Plots allow you to learn more about your simulation. For instance:
We currently support five different types of Plots. Their syntax and intended usage are described below.
There are two ways to create Plots. You can either use our Create new plot wizard or alternatively, you can edit the analysis.json file directly.
Histograms are used to summarize discrete or continuous data. It works by displaying the number of data points that form part of a group, also called "bins". They are similar to vertical bar graphs.
Area plots are used to depict a time-series relationship. They allow you to visualize the sum value of metrics, which is harder to discern with a standard line plot.
Box plots are a way of displaying the distribution of data based on five different summaries:
It can also tell you if your data is symmetrical, how it is grouped, and if and how your data is skewed
Line plots are graphs that display data as points above a number line, showing the frequency of each value. In essence, they are like a scatter plot whose points are sequentially connected.
Scatter plots primary uses are to observe and show relationships between two numeric variables. It helps you to detect trends in the data.
Each plot provides extra functionality to interact with it. You need to hover the plot to see them. Here's what they mean:
Previous
Next