We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20233f1 commit 086bf00Copy full SHA for 086bf00
post_processing/ci_plots.jl
@@ -255,14 +255,15 @@ function make_plots_generic(
255
else
256
var_name = parse_var_attributes(var)
257
end
258
- println("Plotting variable: $(var_name) in grid position: $(grid_pos)")
259
if grid_pos > MAX_PLOTS_PER_PAGE
260
println("Starting new page")
261
fig = makefig()
262
grid = gridlayout()
263
grid_pos = 1
264
265
+ println("Plotting variable: $(var_name) in grid position: $(grid_pos)")
266
+
267
plot_fn(grid[grid_pos], var, args...; kwargs...)
268
grid_pos += 1
269
0 commit comments