Skip to content

Commit

Permalink
better plot legend
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Apr 2, 2024
1 parent d9b3ecc commit b2fd61b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/config/plotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@
"J_c_norm":
"framework": "pyvista"
"layout": "scalar_voxel"
"title": "Current"
"title": "Current Density"
"data_window": !include cfg_data_window.yaml
"data_options": !include cfg_data_pyvista.yaml
"data_plot":
"title": "Current"
"legend": "Current [A/mm2]"
"title": "Current Density"
"legend": "Current Density [A/mm2]"
"var": "J_c_norm"
"scale": 1.0e-6
"log": false
Expand All @@ -184,12 +184,12 @@
"J_c_vec":
"framework": "pyvista"
"layout": "arrow_voxel"
"title": "Current"
"title": "Current Density"
"data_window": !include cfg_data_window.yaml
"data_options": !include cfg_data_pyvista.yaml
"data_plot":
"title": "Current"
"legend": "Current [A/mm2]"
"title": "Current Density"
"legend": "Current Density [A/mm2]"
"var": "J_c_vec"
"phase": 0.0
"scale": 1.0e-6
Expand Down

0 comments on commit b2fd61b

Please sign in to comment.