We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
See ecell4.plotting. ecell4.util.viz would be deprecated.
ecell4.plotting
ecell4.util.viz
Sorry, something went wrong.
kaizu
No branches or pull requests
viz module supports multiple plot functions such as:
Those functions have similar interface and implementation. We need to refactor the code.
The text was updated successfully, but these errors were encountered: