# Slicer Tutorial/Developing extension in 3D slicer/page 22,I can't understand a sentence.

**URL:** https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112
**Category:** Support
**Created:** [June 10, 2019, 2:55pm UTC](https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112 "2019-06-10T14:55:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![zhaobingshuai](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/zhaobingshuai/32/7608_2.png) [@zhaobingshuai](https://discourse.slicer.org/u/zhaobingshuai)
#### Post date: [June 10, 2019, 2:55pm UTC](https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112/1 "2019-06-10T14:55:57Z")

</div>

![%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20190610223424](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/e/4/e454bb40725fedaaf6fa0d01bfa9dd014ae922dd.png)

As indicated in the figure：plots are supported by the Quantitative layout charts，What should I do to get this chart? Is there any extension?  
thanks you !

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [June 10, 2019, 3:04pm UTC](https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112/2 "2019-06-10T15:04:30Z")

</div>

There are many Slicer tutorials - which one is this exactly (can you provide a link)? What would you like to achieve?

Time/intensity plots can be displayed using Multi-volume explorer module (bundled with Slicer). Since it seems that you are following a tutorial on quantitative reporting, you may need to install Quantitative Reporting extension to access some demonstrated features.

“Charts” are replaced by “Plots” in Slicer. See more information on plots here: [https://www.slicer.org/wiki/Documentation/Nightly/Developers/Plots](https://www.slicer.org/wiki/Documentation/Nightly/Developers/Plots)

---

<div class="post-metadata">

### Author: ![zhaobingshuai](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/zhaobingshuai/32/7608_2.png) [@zhaobingshuai](https://discourse.slicer.org/u/zhaobingshuai)
#### Post date: [June 10, 2019, 3:31pm UTC](https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112/3 "2019-06-10T15:31:04Z")

</div>

This is a link to the tutorial，page22

> **[Developing extension in 3D Slicer](https://docs.google.com/presentation/d/1JXIfs0rAM7DwZAho57Jqz14MRn2BIMrjB17Uj_7Yztc/edit#slide%3Did.g420896289_0270)**
>
> Developing and contributing extensions for 3D Slicer Andrey Fedorov, PhD, Brigham and Women’s Hospital/Harvard Medical School Jean-Christophe Fillion-Robin, Kitware Inc. Steve Pieper, PhD, Isomics Inc. fedorov@bwh.harvard.edu First presented: Nov 18,...

  
I follow the ppt guide step by step, but I don’t know how to get this plot when I use the Slicer ruler to spend a line in the brain image.Can you give me some detailed steps?  
thanks Prof.Lasso!

---

<div class="post-metadata">

### Author: ![zhaobingshuai](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/zhaobingshuai/32/7608_2.png) [@zhaobingshuai](https://discourse.slicer.org/u/zhaobingshuai)
#### Post date: [June 10, 2019, 4:36pm UTC](https://discourse.slicer.org/t/slicer-tutorial-developing-extension-in-3d-slicer-page-22-i-cant-understand-a-sentence/7112/5 "2019-06-10T16:36:12Z")

</div>

Sorry to bother you, I have solved this problem，[https://github.com/fedorov/MyFirst3DSlicerExtensionTutorial](https://github.com/fedorov/MyFirst3DSlicerExtensionTutorial)  
When I clicked on the Apply button of the LineIntensityProfile extension, I didn’t get the above plots because I used the first Part1snapshot. When I switched to Part1snapshot4, I got the results I wanted.  
Thank you very much for your help.
