Skip to content

Latest commit

 

History

History
 
 

plotting-visualization

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Plotting and Visualization

This folder is intended for examples that are scoped outside of the "medical image viewer" use case. This might include statistical plots, charts for data analysis, or interactive renderings of data for the web.

  • dcm_qt_tree.py: View DICOM files in a tree using Qt and PySide.
  • dicomtree: View DICOM files and tags in a tree using Tkinter.
  • matplotlib-dicom: The simplest action to read in a dicom file with pydicom, and plot with matplotlib.