Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AnalysisTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Metzner
AnalysisTools
Compare revisions
7f93d93e59c3004c0a8b2b9da620256a8d63f44a to 9e21d70a3ce944fe9f4618720e035e6980e346ad
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
fmetzner/AnalysisTools
Select target project
No results found
9e21d70a3ce944fe9f4618720e035e6980e346ad
Select Git revision
Swap
Target
fmetzner/AnalysisTools
Select target project
fmetzner/AnalysisTools
1 result
7f93d93e59c3004c0a8b2b9da620256a8d63f44a
Select Git revision
Branches
get_unique_event_id_for_empty_df
master
tagcal
tagging_calibration_temporary_dev_branch
4 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Updating usage of plt.colorbar, for which the parameter cmap is deprecated.
· 2f785635
Felix Metzner
authored
2 years ago
2f785635
Merge branch 'master' of gitlab.etp.kit.edu:fmetzner/AnalysisTools
· 9e21d70a
Felix Metzner
authored
2 years ago
9e21d70a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analysistools/pid_corrections/pid_weight_plots.py
+1
-1
1 addition, 1 deletion
analysistools/pid_corrections/pid_weight_plots.py
with
1 addition
and
1 deletion
analysistools/pid_corrections/pid_weight_plots.py
View file @
9e21d70a
...
...
@@ -97,7 +97,7 @@ def plot_flag_heat_map(
plt
.
minorticks_off
()
c_bar
=
plt
.
colorbar
(
img
,
cmap
=
c_map
,
boundaries
=
bounds
,
ticks
=
[
0
,
1
,
2
,
3
])
c_bar
=
plt
.
colorbar
(
img
,
boundaries
=
bounds
,
ticks
=
[
0
,
1
,
2
,
3
])
c_bar
.
set_label
(
"
Flag Value
"
,
rotation
=
270
,
labelpad
=
20
)
all_events
=
len
(
df
.
index
)
...
...
This diff is collapsed.
Click to expand it.