- 08 May, 2021 2 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
dpr.to_objfile( file_name, simplified ) if simplified is true, then we only export a simplified mesh made of the junction graph. Otherwise we export one face per cell, with the vertices being the points along the cell contour.
-
- 29 Mar, 2021 2 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
- 23 Mar, 2021 1 commit
-
-
Jean-Yves TINEVEZ authored
-
- 19 Jan, 2021 1 commit
-
-
Jean-Yves TINEVEZ authored
-
- 21 Oct, 2020 1 commit
-
-
Jean-Yves TINEVEZ authored
-
- 15 Sep, 2020 1 commit
-
-
Jean-Yves TINEVEZ authored
Rework the whole code for the upcoming publication. See merge request !9
-
- 11 Aug, 2020 1 commit
-
-
Jean-Yves TINEVEZ authored
-
- 01 Aug, 2020 6 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
- 31 Jul, 2020 5 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
- 27 Jul, 2020 10 commits
-
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
I tried to group all the texts in one single graphic object, but it does not work. 'text' create one text object per position whatever you do. So the text plotting routines are still slow.
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
Courtesy of N. Dray, L. Bally-Cuif lab.
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
- 26 Jul, 2020 10 commits
-
-
Jean-Yves TINEVEZ authored
We plot all ellipses as single patch, but this time we color the vertices. A bit different, but still very instructive. It also turns out it works very well. Also simplifies and shortens the code.
-
Jean-Yves TINEVEZ authored
We now plot the cell many contours as a single patch object relying on the special low-level syntax of patch.
-
Jean-Yves TINEVEZ authored
We want to trim the fat.
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
The goal is to be able to plot the tissue with one face per cell, to have a simplified representation of the cells on the tissue with e.g.: >> patch( 'Faces', F, 'Vertices', V, 'FaceColor', 'g' )
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
-
Jean-Yves TINEVEZ authored
Brute force, thanks to the power of linear scattered interpolant.
-
Jean-Yves TINEVEZ authored
We need to check that an argument is not empty before checking whether it is nan.
-