zeffiro_interface
zeffiro_interface copied to clipboard
Negative conductivity in graph
Description
When the conductivity is plotted on a graph, it shows the negative values.
Steps to reproduce
- Load multicompartment head project
- Generate FEM Mesh
- In the mesh visualization tool, select "Electrical conductivity"
- Click "Plot graph"
Expected behavior
Screenshots
Context
| Name | Value |
|---|---|
| Version | 0afb932 Merge pull request #195 from bug-report-template |
| OS | MacOS |
| Shell | N/A |
I now start to think that the x axis simply has a log 10 scale.
Here are some of the compartment conductivities values in log 10, that fully correspond to the bars on the screenshot:
- log[10, 0.0064] = -2.2
- log[10, 0.33] = -0.48
- log[10, 0.14] = -0.85
So the values on the histogram seem to be correct, but the x axis is a source of such confusion!