Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB

Forest Plot

Simple .NET application that converts a .csv file into a forest plot image file.

Forest Plot

Usage:

  • Use a spreadsheet application like Excel to make a sheet with your data.
  • Above the data region, set options for the image.
  • Export the spreadsheet as a .csv file.
  • Open the .csv file in the ForestPlot application.
  • Preview the image. Make changes in the .csv file as needed.
  • Save the image in the desired image format.
    • If you want a high-resolution greyscale image, save the "Print" image.
    • If you want a medium-resolution color image, save the "Screen" image.
    • Supported image formats include .png, .tif, .gif, .bmp, .jpg, and .emf.

Many customization options are available.

  • Global customizations are specified in the .csv file above the first line of data as Name=Value cells in the first column.
  • Per-row customizations are specified as a column in the data rows.

See Help.rtf for details about the supported options. This document is available within the app from the Help menu.