Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CAFCore
Manage
Activity
Members
Labels
Plan
Issues
79
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas-caf
CAFCore
Merge requests
!836
Increase Canvas Size for better png resolution
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Increase Canvas Size for better png resolution
Offshell_betterResolution
into
Offshell_branch
Overview
1
Commits
1
Pipelines
1
Changes
1
Closed
Chengxi Yang
requested to merge
Offshell_betterResolution
into
Offshell_branch
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Increase Canvas Size for better png resolution
0
0
Merge request reports
Compare
Offshell_branch
Offshell_branch (base)
and
latest version
latest version
7286140a
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
SFramework/Root/ActionPlotLikelihoodScan.cxx
+
1
−
0
Options
@@ -508,6 +508,7 @@ namespace TSBaseActions {
TCanvas
*
c
=
pl
.
plot
(
plot
);
if
(
c
)
{
c
->
SetCanvasSize
(
1600
,
1000
);
c
->
SaveAs
(
TQPathManager
::
getPathManager
()
->
getTargetPath
(
outputFile
).
c_str
());
delete
c
;
}
Loading