Docs/new user guide - #816
Open
cvanelteren wants to merge 11 commits into
Open
Conversation
cvanelteren
force-pushed
the
docs/new-user-guide
branch
from
September 4, 2026 05:20
657946c to
0e4417d
Compare
cvanelteren
force-pushed
the
docs/new-user-guide
branch
from
September 4, 2026 05:24
863c1d3 to
cf4c3ce
Compare
cvanelteren
force-pushed
the
docs/new-user-guide
branch
from
September 4, 2026 05:32
91d6a0a to
4b6f519
Compare
gepcel
reviewed
Sep 4, 2026
| ================== | ||
|
|
||
| UltraPlot accepts a broad set of keyword spellings so existing Matplotlib and | ||
| older UltraPlot code continues to work. New users only need a small canonical |
Collaborator
There was a problem hiding this comment.
Does this mean older ProPlot code ?
Collaborator
Author
There was a problem hiding this comment.
same/same in this case I can add the disclaimer.
gepcel
reviewed
Sep 4, 2026
| abcstyle='(a)', | ||
| abc_kw={'fontsize': 11}, | ||
| ) | ||
|
|
Collaborator
There was a problem hiding this comment.
This formatting style—with one parameter per line—may align with coding conventions, but for this particular example it makes the code excessively long and requires too much scrolling, which severely hurts readability. I strongly suggest that, for this example, multiple parameters be placed on the same line as long as the line width allows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Taking a few steps to have a softer introduction for newcomers.