Skip to content
Snippets Groups Projects

Increase Canvas Size for better png resolution

Closed Chengxi Yang requested to merge Offshell_betterResolution into Offshell_branch
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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