zeffiro_interface icon indicating copy to clipboard operation
zeffiro_interface copied to clipboard

Negative conductivity in graph

Open mshavliuk opened this issue 2 years ago • 1 comments

Description

When the conductivity is plotted on a graph, it shows the negative values.

Steps to reproduce

  1. Load multicompartment head project
  2. Generate FEM Mesh
  3. In the mesh visualization tool, select "Electrical conductivity"
  4. Click "Plot graph"

Expected behavior

Screenshots

Screenshot 2023-05-13 at 20 00 49

Context

Name Value
Version 0afb932 Merge pull request #195 from bug-report-template
OS MacOS
Shell N/A

mshavliuk avatar May 13 '23 16:05 mshavliuk

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!

mshavliuk avatar May 13 '23 17:05 mshavliuk