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
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
.
fastplotlib
/
fastplotlib
Public
Notifications
You must be signed in to change notification settings
Fork
65
Star
1.5k
Code
Issues
172
Pull requests
31
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Sync Subplots by Name
- #267
#267
Closed
ArjunPutcha
wants to merge 7 commits into
main
fastplotlib/fastplotlib:main
from
sync_subplots_name
fastplotlib/fastplotlib:sync_subplots_name
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Closed
Sync Subplots by Name
#267
ArjunPutcha
wants to merge 7 commits into
main
fastplotlib/fastplotlib:main
from
sync_subplots_name
fastplotlib/fastplotlib:sync_subplots_name
Copy head branch name to clipboard
Commits
Commits on Jun 29, 2023
sync subplots by name upon initialization; added example in gridplot_simple.ipynb
ArjunPutcha
committed
c78bcc0
View commit details
Copy full SHA for c78bcc0
Browse repository at this point
clear output in nb
ArjunPutcha
committed
a64b841
View commit details
Copy full SHA for a64b841
Browse repository at this point
small changes. check for self.names and controllers before checking if controllers has list of strings
ArjunPutcha
committed
f70da8c
View commit details
Copy full SHA for f70da8c
Browse repository at this point
used itertools to remove nested for loop. also modified second if statement to only check if the first element is a str: converting to array should make all elements the same type, inefficient to c…
Show description for ff7edfc
ArjunPutcha
committed
ff7edfc
View commit details
Copy full SHA for ff7edfc
Browse repository at this point
Commits on Jul 3, 2023
spacing fix
ArjunPutcha
committed
3fce3da
View commit details
Copy full SHA for 3fce3da
Browse repository at this point
Commits on Jul 5, 2023
names is now a default kwarg with value None. Controllers must have same number of elements as gridplot shape.
ArjunPutcha
committed
5f62258
View commit details
Copy full SHA for 5f62258
Browse repository at this point
Commits on Jul 6, 2023
fixed raise ValueError statement. Added comments
ArjunPutcha
committed
96b8247
View commit details
Copy full SHA for 96b8247
Browse repository at this point
You can’t perform that action at this time.