Search found 3 matches

by erkan
Sat Apr 22, 2023 4:25 am
Forum: The GUI
Topic: Problem plotting PlotShape
Replies: 15
Views: 39445

Re: Problem plotting PlotShape

Hi Ted, Robert Thank you both for your time. I'll try the Linux solution. As a last one. Can we run a 'ses' file on Colab, which is located in a local directory? Say, is it possible to run a script on Colab: from neuron import h import plotly h.load_file('c91662.ses') # a morphology file ps = h.Plot...
by erkan
Thu Apr 20, 2023 2:49 am
Forum: The GUI
Topic: Problem plotting PlotShape
Replies: 15
Views: 39445

Re: Problem plotting PlotShape

Hi Ted, Thank you for your response. When I run a sample code like this: from neuron import h from matplotlib import pyplot main = h.Section(name='main') ps = h.PlotShape(False) ps.plot(pyplot) pyplot.show() I get an error message like Traceback (most recent call last): File "C:\Users\erkan\One...
by erkan
Wed Apr 19, 2023 4:34 am
Forum: The GUI
Topic: Problem plotting PlotShape
Replies: 15
Views: 39445

Re: Problem plotting PlotShape

Hi Ted, I could not solve the problem with the following message plotting ShapePlot plots with plotly or pyplot. 'OSError: exception: access violation reading 0x0000000000000010' You said in a previous message regarding the same problem: "Works for me under CentOS 7 with Python 3.6.8 and NEURON...