Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotshape and rangevarplot should work with rxd objects #543

Closed
ramcdougal opened this issue May 15, 2020 · 0 comments · Fixed by #706
Closed

plotshape and rangevarplot should work with rxd objects #543

ramcdougal opened this issue May 15, 2020 · 0 comments · Fixed by #706
Assignees
Labels
dev Developer Tickets rxd reaction-diffusion
Milestone

Comments

@ramcdougal
Copy link
Member

Currently can do:

ps.variable('cai')

but no analog for

ps.variable(ca[er])

Basically: we need to have variable store the relevant pointers.

RangeVarPlot can be made to work with rxd variables using Python callbacks, but having it store the pointers would make this faster and cleaner.

@ramcdougal ramcdougal added the rxd reaction-diffusion label May 15, 2020
@ramcdougal ramcdougal added this to the Release v8.0 milestone May 15, 2020
@ramcdougal ramcdougal self-assigned this May 15, 2020
@pramodk pramodk added the dev Developer Tickets label May 28, 2020
@nrnhines nrnhines modified the milestones: Release v8.0, Release v8.0a Jun 21, 2020
@ramcdougal ramcdougal linked a pull request Aug 15, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Developer Tickets rxd reaction-diffusion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants