Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lassoan
Last active August 25, 2022 02:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lassoan/0e7acfbec36e4577f8b7b0e07ad53a2a to your computer and use it in GitHub Desktop.
Save lassoan/0e7acfbec36e4577f8b7b0e07ad53a2a to your computer and use it in GitHub Desktop.
3D Slicer module for computing intensity profile in a volume along a ruler line
#
#
#
#
#
# This example has been completely reworked and converted to a module, now available at:
#
#
# https://github.com/lassoan/SlicerLineProfile/blob/master/LineProfile/LineProfile.py
#
#
#
#
#
@chir-set
Copy link

With a Qt5/VTK9 Slicer build, the graph is visible only if Python Interactor is shown. It will disappear again if Python Interactor is masked.

@chir-set
Copy link

It seems that the chart is displayed according to the panel size, rather than Python Interactor's visibility. Please see attached images full screen and resized.

full_screen
resized

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment