Skip to content

Commit

Permalink
add tipp to cairmakie
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger committed Oct 11, 2023
1 parent 469eae3 commit d52c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion material/3_wed/vis/tasks.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Note that there is no `cummean` function, but clever element-wise division in co
:::

## 3. Plotting!
Now for your first plot. Use a `scatter` plot to visualize the cummulative mean output, if you do not generate a `Figure()` + `ax = f[1,1] = Axis(f)` manually, you can get it back by the scatter call. `f,ax,s = scatter()`. This is helpful as we later want to extend the `Axis` and `Figure` with other plot elements
Now for your first plot. Use a `scatter` plot^[after a `using CairoMakie`] to visualize the cummulative mean output, if you do not generate a `Figure()` + `ax = f[1,1] = Axis(f)` manually, you can get it back by the scatter call. `f,ax,s = scatter()`. This is helpful as we later want to extend the `Axis` and `Figure` with other plot elements

Use `hlines!` to add a horizontal line at your "true" value

Expand Down

0 comments on commit d52c915

Please sign in to comment.