Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qutil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
qutil
Merge requests
!123
Purge one more |
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Purge one more |
simon/fix_tests
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Simon Sebastian Humpohl
requested to merge
simon/fix_tests
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e8503192
1 commit,
1 year ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
qutil/plotting/core.py
+
2
−
2
Options
@@ -316,10 +316,10 @@ def plot_blitted(ax,
...
update_callback
()
"""
kwargs
[
'
animated
'
]
=
True
line
,
=
ax
.
plot
(
x
()
if
callable
(
x
)
else
x
,
y
()
if
callable
(
y
)
else
y
,
**
(
kwargs
|
dict
(
animated
=
True
))
)
**
kwargs
)
manager
=
BlitManager
(
ax
.
figure
.
canvas
,
[
line
,
*
animated_artists
])
Loading