Campbell-Muscle-Lab / PyMyoVent

PyMyoVent is computer code that simulates an idealized ventricle pumping blood around a single circulation.
http://Campbell-Muscle-Lab.github.io/PyMyoVent/index.html
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

(ken_rebuild_branch ) No "global_x_ticks" in multi_panel.py #22

Closed HosseinSharifii closed 3 years ago

HosseinSharifii commented 3 years ago

When no ticks is assigned to the x_display in template_jason_file, the script automatically calculate the ticks and assign it to "global_x_ticks" which is not called later on in the code. Issue will be fixed if "global_x_ticks" in line 109 renames to "ticks" that is called all over the code.

Hossein will fix this once ken's_rebuild branch is merged into the master branch.