Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Gnuplot interactive function plotter > Re: Venn Diagra...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 3341 of 3630
Post > Topic >>

Re: Venn Diagrams

by merritt@[EMAIL PROTECTED] (Ethan Merritt) Jun 4, 2008 at 10:32 AM

In article <Xns9AB378BAC14036650A1FC0D7811DDBC81@[EMAIL PROTECTED]
>,
Rahul  <nospam@[EMAIL PROTECTED]
> wrote:
>merritt@[EMAIL PROTECTED]
 (Ethan Merritt) wrote in news:g24sgo$oei$1
>@[EMAIL PROTECTED]
>
>> 
>> Hack:  Parametric mode filled curves
>> 
>
>Thanks Ethan. I think I get what you mean; but before re-inventing the 
>wheel: Any script snippets floating around? 

Not that I've seen.  But it now occurs to me that you can do this
trivially in the current CVS version by using object type "circle"
with transparent fill:

   set size square
   unset border
   unset xtics
   unset ytics
   set xrange [-2:2]
   set yrange [-2:2]

   set angles degrees
   set object 1 circle at cos(60),  sin(60)  size 1.1 fc rgb "cyan"
   set object 2 circle at cos(180), sin(180) size 1.1 fc rgb "magenta"
   set object 3 circle at cos(300), sin(300) size 1.1 fc rgb "yellow"

   set object 1 fillstyle transparent solid 0.25 noborder
   set object 2 fillstyle transparent solid 0.25 noborder
   set object 3 fillstyle transparent solid 0.25 noborder

   plot -4 notitle  # won't appear on plot


-- 
Ethan A Merritt
 




 5 Posts in Topic:
Venn Diagrams
Rahul <nospam@[EMAIL P  2008-06-03 23:16:34 
Re: Venn Diagrams
merritt@[EMAIL PROTECTED]  2008-06-03 18:52:24 
Re: Venn Diagrams
Rahul <nospam@[EMAIL P  2008-06-04 16:51:56 
Re: Venn Diagrams
merritt@[EMAIL PROTECTED]  2008-06-04 10:32:27 
Re: Venn Diagrams
Rahul <nospam@[EMAIL P  2008-06-04 20:29:29 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 20:54:53 CST 2008.