Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
matplotlib
/
matplotlib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8.5k
Star
23.1k
Code
Issues
1.1k
Pull requests
415
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib
lib
matplotlib
streamplot.py
on
crossreferencefixes
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 1, 2022
Add what's new/example for no broken streamlines
aragilar
committed
d190205
View commit details
Copy full SHA for d190205
View code at this point
Browse repository at this point
Add streamplot with broken_streamlines=False test
Show description for aaeb4ea
aragilar
committed
aaeb4ea
View commit details
Copy full SHA for aaeb4ea
View code at this point
Browse repository at this point
Commits on Mar 25, 2022
Implement proposed enhancement from https://github.com/matplotlib/matplotlib/issues/8388.
ketch
authored and
aragilar
committed
5495fd2
View commit details
Copy full SHA for 5495fd2
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
Simplify imports
Oscar Gustafsson
authored and
oscargus
committed
2652cc0
View commit details
Copy full SHA for 2652cc0
View code at this point
Browse repository at this point
Commits on Dec 5, 2021
Fix streamline plotting from upper edges of grid
dstansby
committed
f64c99d
View commit details
Copy full SHA for f64c99d
View code at this point
Browse repository at this point
Commits on Nov 8, 2021
Various small fixes for streamplot().
Show description for cf204e5
anntzer
committed
cf204e5
View commit details
Copy full SHA for cf204e5
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
Merge pull request #19619 from r03ert0/patch-1
Show description for 2724116
jklymak
authored
2724116
View commit details
Copy full SHA for 2724116
View code at this point
Browse repository at this point
Commits on Sep 2, 2021
Clarify support for 2D coordinate inputs to streamplot.
anntzer
committed
608a930
View commit details
Copy full SHA for 608a930
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
Fix bug in shape assignment
Show description for a0cea21
r03ert0
authored and
QuLogic
committed
a0cea21
View commit details
Copy full SHA for a0cea21
View code at this point
Browse repository at this point
Commits on Jul 25, 2021
Small simplifications to streamplot.
Show description for b0bab4b
anntzer
committed
b0bab4b
View commit details
Copy full SHA for b0bab4b
View code at this point
Browse repository at this point
Commits on Jun 29, 2021
Remove artist-specific deprecations from 3.3.
QuLogic
committed
c51ae6d
View commit details
Copy full SHA for c51ae6d
View code at this point
Browse repository at this point
Commits on May 25, 2021
Write data parameter docs as regular parameter not as note (v2)
Show description for d11234c
timhoffm
committed
d11234c
View commit details
Copy full SHA for d11234c
View code at this point
Browse repository at this point
Commits on Apr 1, 2021
Move Axes.collections into hidden children attribute.
Show description for 7fa3739
QuLogic
committed
7fa3739
View commit details
Copy full SHA for 7fa3739
View code at this point
Browse repository at this point
Commits on Mar 2, 2021
Remove suggestion to remove rk4/rk45 integrators from streamplot.
Show description for 82c41eb
anntzer
committed
82c41eb
View commit details
Copy full SHA for 82c41eb
View code at this point
Browse repository at this point
Commits on Jan 5, 2021
Deprecate cbook.warn_deprecated and move internal calls to _api.warn_deprecated
timhoffm
committed
227c171
View commit details
Copy full SHA for 227c171
View code at this point
Browse repository at this point
Commits on Nov 14, 2020
Add strictly increasing check, corresponding doc fix
aitikgupta
committed
a2228be
View commit details
Copy full SHA for a2228be
View code at this point
Browse repository at this point
Commits on Oct 13, 2020
Use "Return whether ..." docstring for functions returning bool
timhoffm
committed
9bcaf7c
View commit details
Copy full SHA for 9bcaf7c
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Move cbook._check_in_list() to _api.check_in_list()
timhoffm
committed
c4105dc
View commit details
Copy full SHA for c4105dc
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Add explicit versions to deprecation messages.
Show description for b1f4b8f
QuLogic
committed
b1f4b8f
View commit details
Copy full SHA for b1f4b8f
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Make multiline docstrings start with a newline.
Show description for 45f6107
anntzer
committed
45f6107
View commit details
Copy full SHA for 45f6107
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
DOC: Fix types of return values.
Show description for 62e7b17
QuLogic
committed
62e7b17
View commit details
Copy full SHA for 62e7b17
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
Fix exception causes in 19 modules
cool-RR
committed
c89ac3e
View commit details
Copy full SHA for c89ac3e
View code at this point
Browse repository at this point
Commits on Feb 15, 2020
Fix deprecation warning
timhoffm
committed
06bfd9f
View commit details
Copy full SHA for 06bfd9f
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Slightly improve streamplot code legibility.
Show description for 1820339
anntzer
committed
1820339
View commit details
Copy full SHA for 1820339
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Deprecate unused parameters
timhoffm
committed
d8f815d
View commit details
Copy full SHA for d8f815d
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Simplify some comparisons
timhoffm
committed
ed4d28d
View commit details
Copy full SHA for ed4d28d
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Cleanup many docstrings.
anntzer
committed
c8aab4a
View commit details
Copy full SHA for c8aab4a
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Ensure streamplot Euler step is always called when going out of bounds. (#11947)
Show description for a368170
tomflannaghan
authored and
dopplershift
committed
a368170
View commit details
Copy full SHA for a368170
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Add missing spaces after commas.
Show description for b547660
anntzer
committed
b547660
View commit details
Copy full SHA for b547660
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Format parameters in descriptions with emph instead of backticks
timhoffm
committed
e0a1572
View commit details
Copy full SHA for e0a1572
View code at this point
Browse repository at this point
Commits on May 28, 2019
Use cbook._check_in_list more often.
QuLogic
committed
dc87550
View commit details
Copy full SHA for dc87550
View code at this point
Browse repository at this point
Commits on May 25, 2019
Do not inherit from object
timhoffm
committed
aeb46ca
View commit details
Copy full SHA for aeb46ca
View code at this point
Browse repository at this point
Commits on May 18, 2019
Improve docs on Axes.streamplot
timhoffm
committed
4be340a
View commit details
Copy full SHA for 4be340a
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
Small cleanups. (#13136)
Show description for 0922790
anntzer
authored and
timhoffm
committed
0922790
View commit details
Copy full SHA for 0922790
View code at this point
Browse repository at this point
Commits on Jan 3, 2019
Convert streamplot to numpydoc (#13078)
Show description for ed97211
dstansby
authored and
timhoffm
committed
ed97211
View commit details
Copy full SHA for ed97211
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.