Montage with a complex layout

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Montage with a complex layout

fpantin
Hi all,

how to make a composite figure with a complex layout, like in the example below?





NB: This was otained in the R software using the commands :
m <- matrix(c(1,3,6,1,4,6,2,4,7,2,5,7), 3, 4)
layout(m, widths = c(2,1,1,2), heights=c(1,1,1))
layout.show(7)

Thanks

Florent
Reply | Threaded
Open this post in threaded view
|

Re: Montage with a complex layout

Jerome Mutterer-3
Hi Florent,
You can create lines using the Image>Stacks>Make Montage command, and then
combine lines using the Image>Stacks>Tools>Combine command.

Jerome



On Fri, Dec 3, 2010 at 9:44 AM, fpantin <[hidden email]> wrote:

> Hi all,
>
> how to make a composite figure with a complex layout, like in the example
> below?
>
>
> http://imagej.588099.n2.nabble.com/file/n5799035/complex_layout.jpg
>
>
> NB: This was otained in the R software using the commands :
> m <- matrix(c(1,3,6,1,4,6,2,4,7,2,5,7), 3, 4)
> layout(m, widths = c(2,1,1,2), heights=c(1,1,1))
> layout.show(7)
>
> Thanks
>
> Florent
> --
> View this message in context:
> http://imagej.588099.n2.nabble.com/Montage-with-a-complex-layout-tp5799035p5799035.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>