-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC: Start to document interactive figures #4779
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
cfa717a
DOC: Start to document interactive figures
tacaswell 206f99c
DOC: improve text
tacaswell fa36c95
DOC: address comments
tacaswell 8b28c01
DOC/WIP: updates to docs on how event loops work
tacaswell 7189eed
DOC: add blocking_input docs
tacaswell 98ae26c
WIP: Lots of text changes to interactive guide
tacaswell 6263284
MNT: add warnings to Figure.show
tacaswell 09deda3
DOC: re-arrange shell.rst and interactive.rst
tacaswell ec4230a
DOC/WIP: more edits and content
tacaswell d1a7a3e
WIP: more notes
tacaswell b49973a
DOC: merge the blocking API docs together
tacaswell bb8058a
DOC: remove rst files that have been merged into interactive.rst
tacaswell bc4ecd5
DOC: fix and sort intersphinx
tacaswell 49f49fa
DOC: re-write pyplot.show docstring
tacaswell 295d71d
DOC: plt.pause is no longer experimental
tacaswell c3c5013
DOC: update pyplot documentation
tacaswell d9df057
DOC: Lots of editing to interactive figure documentation
tacaswell 7b0b327
DOC: it's -> its
tacaswell 5a426d6
8000
DOC: spelling
tacaswell 8ab0a65
DOC: edits from review
tacaswell d70d5ad
DOC: update skipped references
tacaswell 757e040
DOC: correct many spelling / grammer / clarity issues
tacaswell b0690ff
DOC: remove badly named and superfluous heading
tacaswell cc3ac5b
DOC: address review comments
tacaswell afe9edd
DOC: edits from review
tacaswell e09cab9
DOC: more small edits
tacaswell 04f2fc6
DOC: fix spyder spelling
tacaswell 9d842bf
DOC: edits from review
tacaswell 41e19a8
MNT: remove unused import
tacaswell eda2ed3
DOC: edits from review
tacaswell 7cf68e8
DOC: remove non-existent function call
tacaswell bfa3589
DOC: edits and duplicate removal
tacaswell 6edcb47
DOC: windows not widows
tacaswell 9b492bd
DOC: Revert all changes to blocking_input_api.rst
tacaswell 6d4747f
DOC: reduce jargon and correct grammar
tacaswell f05ea3d
DOC: grammar / wording corrections from review
tacaswell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
DOC: it's -> its
- Loading branch information
commit 7b0b32785d3deb81ecb60b2aa64b85db0b697087
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ IPython integration | |
=================== | ||
|
||
We recommend usi B75D ng IPython for an interactive shell. In addition to | ||
all of it's features (improved tab-completion, magics, | ||
all of its features (improved tab-completion, magics, | ||
multiline-editing, etc), it also ensures that the GUI toolkit event | ||
loop is properly integrated with the command line (see | ||
:ref:`cp_integration`). To configure the integration and enable | ||
|
@@ -302,5 +302,5 @@ way to access your figure. | |
PyCharm, Spydter, and VSCode | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. spyder typo |
||
---------------------------- | ||
|
||
Many IDEs have built-in integration with Matplotlib, please consult it's | ||
Many IDEs have built-in integration with Matplotlib, please consult its | ||
QuLogic marked this conversation as resolved.
Show resolved
Hide resolved
|
||
documentation for configuration details. |
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.
Uh oh!
There was an error while loading. Please reload this page.