Skip to content

Commit

Permalink
Fix plot analysis hint (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Apr 7, 2024
1 parent 503c251 commit 60dca87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plotsquared/optimization/plot-analysis.md
Expand Up @@ -51,7 +51,11 @@ If you only want to clear plots based on the number of changes, set all the metr
*What is a column?*
A column is the entire vertical space for a block. e.g. If you are standing on a block, the column is that block and everything directly above and below it. Each column can contain at most 256 blocks (as it's 256 blocks tall).

If you want for instance to clear any plot that had less than 7 blocks changed per column, you would do the following `+(note that 7 -> 700 for the threshold and is the same for each calibration parameter)+`:
If you want for instance to clear any plot that had less than 7 blocks changed per column, you would do the following:

{% hint style="info" %}
**Note** that 7 -> 700 for the threshold and is the same for each calibration parameter
{% endhint %}

```yaml
clear:
Expand Down

0 comments on commit 60dca87

Please sign in to comment.