Skip to content

Plot image getting cut off on proc_print() #173

@dbosak01

Description

@dbosak01

For RTF destination, when I do proc_print() on a plot, the right edge is cut off.

test2.rtf

Here is the code:

  res <- proc_reg(cls,
                  model = "Weight = Height",
                  output = report,
                  plots = regplot(type = "residualbypredicted"))
  
  proc_print(res, "c:/temp/test2.rtf", output_type = "RTF")


Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions