sg-s / xolotl

A MATLAB neuron simulator. Very fast (written in C++). Flexible (fully object oriented). Immediate (live manipulation in MATLAB). Comes with a powerful parameter optimizer. Get started ➡️
https://go.brandeis.edu/xolotl
GNU General Public License v3.0
43 stars 8 forks source link

demo page on docs shows colors in plot, which is not produced because defaults are changed #583

Closed smbaca closed 2 years ago

smbaca commented 2 years ago

Issue exists with both mac and pc based versions of the program running on MATLAB2022a3.

I ran the demo_bursting_neuron and it outputs a graph, but it is not the same as what is on the read_the_docs_page. Dr. G. suggested the following fix, and I can confirm that it works: 1. Enter x.pref.plot_color = true at the terminal. Close the plot. Enter x.plot at the terminal to see the trace colored by active conductance.

sg-s commented 2 years ago

this page: https://xolotl.readthedocs.io/en/master/tutorials/built-in-demos/

has pictures of outputs that are not generated by the demo script