venn
Plot 2- or 3- circle area-proportional Venn diagram
Author: Darik
@RyanG sure, just set the intersection between those two circles equal to the area of the smaller (enclosed) circle. But depending on the area of the third circle and its intesections, a solution may not be possible.
11 Mar 2013
exportToPPTX
MatLab tool for exporting data to PowerPoint 2007+ files without the need COM-object automation.
Author: Stefan Slonevskiy
Nice work. This is definitely a lot faster than the alternative COM implementations. I suppose the trade-off is that you can't export to a file if it's already open in Powerpoint.
I'd suggest you split the addpicture method up into 'addfigure' and 'addimage'. The latter could accept a png file as input instead of a figure handle, which would make your function a lot more compatible with all the other exporting functions on the FEX, such as export_fig.
11 Mar 2013
exportToPPTX
MatLab tool for exporting data to PowerPoint 2007+ files without the need COM-object automation.
Author: Stefan Slonevskiy
@RyanG sure, just set the intersection between those two circles equal to the area of the smaller (enclosed) circle. But depending on the area of the third circle and its intesections, a solution may not be possible.
22 Mar 2013
venn
Plot 2- or 3- circle area-proportional Venn diagram
Author: Darik
Great function. Seems to work just as advertised (in my limited trial). However, the areas don't look quite circular to me, whether or not I apply "axis square" after running venn.
Is that expected? I am using R2012b.
14 Nov 2012
venn
Plot 2- or 3- circle area-proportional Venn diagram
Author: Darik
@RyanG sure, just set the intersection between those two circles equal to the area of the smaller (enclosed) circle. But depending on the area of the third circle and its intesections, a solution may not be possible.
Comment only
22 Mar 2013
venn
Plot 2- or 3- circle area-proportional Venn diagram
the cyclist: that would be a pretty embarrassing bug on my part. what about circles drawn by other functions, like:
cla, rectangle('Curvature', [1 1], 'Position', [0 0 1 1]); axis equal
?
Comment only
04 Dec 2012
venn
Plot 2- or 3- circle area-proportional Venn diagram
Great function. Seems to work just as advertised (in my limited trial). However, the areas don't look quite circular to me, whether or not I apply "axis square" after running venn.
Is that expected? I am using R2012b.
4
14 Nov 2012
venn
Plot 2- or 3- circle area-proportional Venn diagram
Comment only