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

Refactor multiple plot functions #37

Closed
kaizu opened this issue May 6, 2016 · 1 comment
Closed

Refactor multiple plot functions #37

kaizu opened this issue May 6, 2016 · 1 comment
Assignees

Comments

@kaizu
Copy link
Member

kaizu commented May 6, 2016

viz module supports multiple plot functions such as:

>>> dir(viz)
[...
 'plot_dense_array',
 'plot_movie',
 'plot_movie2d_with_matplotlib',
 'plot_movie_of_trajectory',
 'plot_movie_of_trajectory2d_with_matplotlib',
 'plot_movie_of_trajectory_with_matplotlib',
 'plot_movie_with_attractive_mpl',
 'plot_movie_with_elegans',
 'plot_movie_with_matplotlib',
 'plot_number_observer',
 'plot_number_observer_with_matplotlib',
 'plot_number_observer_with_nya',
 'plot_trajectory',
 'plot_trajectory2d_with_matplotlib',
 'plot_trajectory_with_elegans',
 'plot_trajectory_with_matplotlib',
 'plot_world',
 'plot_world2d_with_matplotlib',
 'plot_world_with_attractive_mpl',
 'plot_world_with_elegans',
 'plot_world_with_matplotlib',
...]

Those functions have similar interface and implementation. We need to refactor the code.

@kaizu kaizu self-assigned this May 6, 2016
@kaizu kaizu transferred this issue from ecell/ecell4_base Feb 15, 2019
@kaizu kaizu mentioned this issue Apr 29, 2020
@kaizu
Copy link
Member Author

kaizu commented May 10, 2020

See ecell4.plotting. ecell4.util.viz would be deprecated.

@kaizu kaizu closed this as completed May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant