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 f4138ea commit 3d91a73Copy full SHA for 3d91a73
post_processing/ci_plots.jl
@@ -249,21 +249,12 @@ function make_plots_generic(
249
grid_pos = 1
250
251
for var in vars
252
- # Print info about variable we're plotting and where
253
- if isa(var, Tuple)
254
- var_name = parse_var_attributes(var[1])
255
- else
256
- var_name = parse_var_attributes(var)
257
- end
258
if grid_pos > MAX_PLOTS_PER_PAGE
259
- println("Starting new page")
260
fig = makefig()
261
grid = gridlayout()
262
263
end
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