-
Notifications
You must be signed in to change notification settings - Fork 0
Add plotting section to README #3
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -11,3 +11,12 @@ And for example usage see... | |||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| https://github.com/nickfyson/pyabolism/tree/master/examples | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## Plotting | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| The library has the facility to visualise simulation results, in a variety of colors. | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| ## Contributor guide | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| NB Throughout we use British english except for the word color, this is important to remember. | ||||||||||||||||||||||||||||||
|
Comment on lines
+17
to
+22
|
||||||||||||||||||||||||||||||
| The library has the facility to visualise simulation results, in a variety of colors. | |
| ## Contributor guide | |
| NB Throughout we use British english except for the word color, this is important to remember. | |
| The library has the facility to visualise simulation results, in a variety of colours. | |
| ## Contributor guide | |
| NB Throughout we use British English in documentation and comments. Use "color" only when required for API compatibility in code (e.g. matplotlib keyword arguments such as `facecolor`, `colors`). |
Copilot
AI
Dec 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "english" should be capitalized to "English" as it refers to the English language.
| NB Throughout we use British english except for the word color, this is important to remember. | |
| NB Throughout we use British English except for the word color, this is important to remember. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "colors" should use British spelling "colours" in documentation. While the codebase uses American spelling "color" when interfacing with matplotlib's API (e.g., 'facecolor', 'colors' as variable names), documentation prose should follow the British English convention established in this repository.