Skip to content

Commit

Permalink
fix plots #225
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Feb 11, 2025
1 parent 33d558c commit d43967f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/feelbvh/bvh_plots.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
}
},
{
"title": "Times GPU",
"title": "Times CPU",
"plot_types": ["grouped_bar","stacked_bar"],
"transformation": "performance",
"variables": ["timeBVHcpu","timeRTcpu"],
"names": ["BVH", "RT","FastMarching"],
"names": ["BVH", "RT"],
"xaxis": {
"parameter":"hsize",
"label":"h"
Expand Down

0 comments on commit d43967f

Please sign in to comment.