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

Assignment 6a - Section 1.6 - Missing parameters and labels #13

Open
2 tasks
G0rocks opened this issue Oct 28, 2024 · 0 comments
Open
2 tasks

Assignment 6a - Section 1.6 - Missing parameters and labels #13

G0rocks opened this issue Oct 28, 2024 · 0 comments

Comments

@G0rocks
Copy link

G0rocks commented Oct 28, 2024

The _plot_j() function has no input variables meaning the only way to make it is to use global variables which is not in line with coding best practices.

Also, in the example plot the axis are not labeled which is not in line with graph standard practices, all axis should be labeled.

Actions:

  • Add J and iters or similar as input parameters to the _plot_j() function
  • Label axis on example graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant