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 }}
plotly
/
plotly.py
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
18.8k
Code
Issues
641
Pull requests
75
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Allow forcing a fix axis scale ratio to maintain arrow lengths
- #1197
#1197
Merged
jonmmease
merged 10 commits into
plotly:master
plotly/plotly.py:master
from
dabana:quiver_scaling
dabana/plotly.py:quiver_scaling
Copy head branch name to clipboard
Sep 26, 2018
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Allow forcing a fix axis scale ratio to maintain arrow lengths
#1197
jonmmease
merged 10 commits into
plotly:master
plotly/plotly.py:master
from
dabana:quiver_scaling
dabana/plotly.py:quiver_scaling
Copy head branch name to clipboard
Commits
Commits on Sep 24, 2018
add returnAsFigureWidget bool in options and install a dummy callback.
dabana
committed
a32ef7e
View commit details
Copy full SHA for a32ef7e
Browse repository at this point
add parameter to options, scale u and fix in layout.
dabana
committed
3d1f30e
View commit details
Copy full SHA for 3d1f30e
Browse repository at this point
Merge branch 'fix_scaleratio' into quiver_scaling
dabana
committed
90fd242
View commit details
Copy full SHA for 90fd242
Browse repository at this point
Default value of scaleratio to None in . If None, scaleratio is not fixed in layout and is =1 in the Quiver object.
dabana
committed
9711089
View commit details
Copy full SHA for 9711089
Browse repository at this point
scaled the arrow tips correctly with scaleratio.
dabana
committed
4b57de2
View commit details
Copy full SHA for 4b57de2
Browse repository at this point
remove extra instance of _Quiver object.
dabana
committed
11cd956
View commit details
Copy full SHA for 11cd956
Browse repository at this point
remove references to FigureWidget for now.
dabana
committed
9d57f56
View commit details
Copy full SHA for 9d57f56
Browse repository at this point
add parameter description for in doc string.
dabana
committed
c065497
View commit details
Copy full SHA for c065497
Browse repository at this point
add a 4th example to create_quiver to showcase the new param.
dabana
committed
ee40b82
View commit details
Copy full SHA for ee40b82
Browse repository at this point
Commits on Sep 26, 2018
add a test class for the quiver plot. add asimple test for the 'scaleratio' param.
dabana
committed
04dc529
View commit details
Copy full SHA for 04dc529
Browse repository at this point
You can’t perform that action at this time.