ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* ConTeXt, Charts, and transparency
@ 2006-07-12  0:40 Idris Samawi Hamid
  2006-07-12  8:56 ` Taco Hoekwater
  2006-07-12 18:11 ` Idris Samawi Hamid
  0 siblings, 2 replies; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-12  0:40 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 2513 bytes --]

Dear fellow gangsters,

2 questions:

QUESTION 1) Does ConTeXt have a graphical charts module, a la flowcharts  
module? If not, are there some examples of graphical charts done in  
ConTeXt anywhere? Please see the attached png for what I have in mind.

I did find a module m-steps, but the enclosed example crashes, so I'm not  
sure if this is what I'm looking for...

=============================
% output=pdf interface=en

\usemodule[m-steps]

% A simple paragraph-flow test:

\starttext

\startbuffer
\startSTEPchart
\cells {A}     {B}
\cells {one}   {five}  \texts{$+2$}{$-2$}
\cells {two}   {four}  \texts{$+3$}{$-3$}
\cells {three} {three} \texts{$+4$}{$-4$}
\cells {four}  {two}   \texts{$+5$}{$-5$}
\cells {five}  {one}
\stopSTEPchart
\stopbuffer

\getbuffer

\startnarrower \getbuffer \stopnarrower

\placefigure[left]{}{} \getbuffer

\stoptext
=============================

log file:

=============================
(chart-test-mpgraph.mp  
(c:\ConTeXt\tex\texmf-local/metapost/context/base/mp-step
.mp)
>> (0.5,0.5,0.5)
>> 2.5
! Not implemented: (color)scaled(known numeric).
<to be read again>
                    ;
pen_size->...epath(top.origin--bot.origin)(TEXT2);
                                                   (ypart.urcorner.p-ypart.lr...
set_ahlength->...:=(ahfactor*pen_size(_op_(TEXT0))
                                                   );
arrowheadonpath->...;set_ahlength(scaled.ahfactor)
                                                   ;arrowhead(EXPR2)if(EXPR3)...
drawline->...R2)=1:draw.arrowheadonpath((EXPR3),1)
                                                   ;elseif(EXPR2)=2:draw.arro...
image->...ture;currentpicture:=nullpicture;(TEXT2)
                                                   ;currentpicture.endgroup
l.145 ...e(2,2), 1.79993pt, (scaledgray(.5,1)) ) )
                                                   ; lines[b][2][2] :=  
image(...
?
=============================

QUESTION 2) Not really a direct context question but is needed for a  
context document: how can I convert the attached pdf to a transparent  
background without loosing the image (bitmap in origin). ImageMagick does  
not work well at all. I need it in a document with a colored background.

Thnx in advance

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

[-- Attachment #2: cash-flow.PNG --]
[-- Type: image/png, Size: 5195 bytes --]

[-- Attachment #3: vowel-print.pdf --]
[-- Type: application/pdf, Size: 7004 bytes --]

[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-12  0:40 ConTeXt, Charts, and transparency Idris Samawi Hamid
@ 2006-07-12  8:56 ` Taco Hoekwater
  2006-07-12 16:08   ` Idris Samawi Hamid
  2006-07-12 18:11 ` Idris Samawi Hamid
  1 sibling, 1 reply; 19+ messages in thread
From: Taco Hoekwater @ 2006-07-12  8:56 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 786 bytes --]



Idris Samawi Hamid wrote:
> Dear fellow gangsters,
> 
> 2 questions:
> 
> QUESTION 1) Does ConTeXt have a graphical charts module, a la 
> flowcharts  module? 

Not that I know of (something looking like the png example, I mean).

> QUESTION 2) Not really a direct context question but is needed for a  
> context document: how can I convert the attached pdf to a transparent  
> background without loosing the image (bitmap in origin). ImageMagick 
> does  not work well at all. I need it in a document with a colored 
> background.

See attached. xpdf comes with a command called "pdfimages" that
extracts bitmaps from pdf files. AFAIK, there is also a windows
version. Then I used a font editor to convert the background to
alpha channel in the exported bitmap.

Greetings, taco



[-- Attachment #2: vowel-print.png --]
[-- Type: image/png, Size: 1312 bytes --]

[-- Attachment #3: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-12  8:56 ` Taco Hoekwater
@ 2006-07-12 16:08   ` Idris Samawi Hamid
  0 siblings, 0 replies; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-12 16:08 UTC (permalink / raw)


Hi Taco,

Thnx for the png conversion :-)

On Wed, 12 Jul 2006 02:56:46 -0600, Taco Hoekwater <taco@elvenkind.com>  
wrote:

>> QUESTION 1) Does ConTeXt have a graphical charts module, a la
>> flowcharts  module?
>
> Not that I know of (something looking like the png example, I mean).

Ok, are there any suggestions for efficiently doing this kind of thing in  
ConTeXt/MetaPost?

Thnx again
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-12  0:40 ConTeXt, Charts, and transparency Idris Samawi Hamid
  2006-07-12  8:56 ` Taco Hoekwater
@ 2006-07-12 18:11 ` Idris Samawi Hamid
  2006-07-13  6:35   ` Taco Hoekwater
  2006-07-14 15:33   ` Hans Hagen
  1 sibling, 2 replies; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-12 18:11 UTC (permalink / raw)


Dear syndicate,

So it's not a graphical charts module but I'm curious anyway: Could  
someone explain why the following sample file apparently does not work or  
what I am missing?

:-)

Best
Idris

> =============================
> % output=pdf interface=en
>
> \usemodule[m-steps]
>
> % A simple paragraph-flow test:
>
> \starttext
>
> \startbuffer
> \startSTEPchart
> \cells {A}     {B}
> \cells {one}   {five}  \texts{$+2$}{$-2$}
> \cells {two}   {four}  \texts{$+3$}{$-3$}
> \cells {three} {three} \texts{$+4$}{$-4$}
> \cells {four}  {two}   \texts{$+5$}{$-5$}
> \cells {five}  {one}
> \stopSTEPchart
> \stopbuffer
>
> \getbuffer
>
> \startnarrower \getbuffer \stopnarrower
>
> \placefigure[left]{}{} \getbuffer
>
> \stoptext
> =============================
>
> log file:
>
> =============================
> (chart-test-mpgraph.mp
> (c:\ConTeXt\tex\texmf-local/metapost/context/base/mp-step
> .mp)
>>> (0.5,0.5,0.5)
>>> 2.5
> ! Not implemented: (color)scaled(known numeric).
> <to be read again>
>                     ;
> pen_size->...epath(top.origin--bot.origin)(TEXT2);
>                                                    (ypart.urcorner.p-ypart.lr...
> set_ahlength->...:=(ahfactor*pen_size(_op_(TEXT0))
>                                                    );
> arrowheadonpath->...;set_ahlength(scaled.ahfactor)
>                                                    ;arrowhead(EXPR2)if(EXPR3)...
> drawline->...R2)=1:draw.arrowheadonpath((EXPR3),1)
>                                                    ;elseif(EXPR2)=2:draw.arro...
> image->...ture;currentpicture:=nullpicture;(TEXT2)
>                                                    ;currentpicture.endgroup
> l.145 ...e(2,2), 1.79993pt, (scaledgray(.5,1)) ) )
>                                                    ; lines[b][2][2] :=
> image(...
> ?
> =============================

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-12 18:11 ` Idris Samawi Hamid
@ 2006-07-13  6:35   ` Taco Hoekwater
  2006-07-14 15:34     ` Hans Hagen
  2006-07-14 15:33   ` Hans Hagen
  1 sibling, 1 reply; 19+ messages in thread
From: Taco Hoekwater @ 2006-07-13  6:35 UTC (permalink / raw)


Idris Samawi Hamid wrote:
> Dear syndicate,
> 
> So it's not a graphical charts module but I'm curious anyway: Could  
> someone explain why the following sample file apparently does not work or  
> what I am missing?

FWIW: Doesn't work here either.

Taco

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-12 18:11 ` Idris Samawi Hamid
  2006-07-13  6:35   ` Taco Hoekwater
@ 2006-07-14 15:33   ` Hans Hagen
  2006-07-14 15:53     ` Idris Samawi Hamid
  1 sibling, 1 reply; 19+ messages in thread
From: Hans Hagen @ 2006-07-14 15:33 UTC (permalink / raw)


Idris Samawi Hamid wrote:
> Dear syndicate,
>
> So it's not a graphical charts module but I'm curious anyway: Could  
> someone explain why the following sample file apparently does not work or  
> what I am missing?
>   
did you look into m-chart (flow charts) 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-13  6:35   ` Taco Hoekwater
@ 2006-07-14 15:34     ` Hans Hagen
       [not found]       ` <op.tcori6bunx1yh1@walayah-main>
  0 siblings, 1 reply; 19+ messages in thread
From: Hans Hagen @ 2006-07-14 15:34 UTC (permalink / raw)


Taco Hoekwater wrote:
> Idris Samawi Hamid wrote:
>   
>> Dear syndicate,
>>
>> So it's not a graphical charts module but I'm curious anyway: Could  
>> someone explain why the following sample file apparently does not work or  
>> what I am missing?
>>     
>
> FWIW: Doesn't work here either.
>   
can someone send me the test file off-list? 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-14 15:33   ` Hans Hagen
@ 2006-07-14 15:53     ` Idris Samawi Hamid
  2006-07-14 17:06       ` Hans Hagen
  0 siblings, 1 reply; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-14 15:53 UTC (permalink / raw)


On Fri, 14 Jul 2006 09:33:13 -0600, Hans Hagen <pragma@wxs.nl> wrote:

> Idris Samawi Hamid wrote:
>> Dear syndicate,
>>
>> So it's not a graphical charts module but I'm curious anyway: Could
>> someone explain why the following sample file apparently does not work  
>> or
>> what I am missing?
>>
> did you look into m-chart (flow charts)

Yes, but that seems mainly geared towards flow charts, not graphical  
charts. Can m-chart do things like the example png attached at the start  
of the thread?

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
       [not found]       ` <op.tcori6bunx1yh1@walayah-main>
@ 2006-07-14 17:05         ` Hans Hagen
  0 siblings, 0 replies; 19+ messages in thread
From: Hans Hagen @ 2006-07-14 17:05 UTC (permalink / raw)


The problem is in the arrows ...

\startMPinclusions
def set_ahlength (text t) =
% ahlength := (ahfactor*pen_size(_op_ t)) ; % _op_ added
% problem: _op_ can contain color so a no-go, we could apply the transform
% but i need to figure out the best way (fakepicture and take components).
  ahlength := (ahfactor*pen_size(t)) ;
enddef ;
\stopMPinclusions

Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-14 15:53     ` Idris Samawi Hamid
@ 2006-07-14 17:06       ` Hans Hagen
  2006-07-15 22:48         ` Adam Lindsay
  0 siblings, 1 reply; 19+ messages in thread
From: Hans Hagen @ 2006-07-14 17:06 UTC (permalink / raw)


Idris Samawi Hamid wrote:
>
> Yes, but that seems mainly geared towards flow charts, not graphical  
> charts. Can m-chart do things like the example png attached at the start  
> of the thread?
>   
i lost that one; actually, willy egger is the most experienced chart user but he's on vacation 

Hans  

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-14 17:06       ` Hans Hagen
@ 2006-07-15 22:48         ` Adam Lindsay
  2006-07-18 17:30           ` Aditya Mahajan
  0 siblings, 1 reply; 19+ messages in thread
From: Adam Lindsay @ 2006-07-15 22:48 UTC (permalink / raw)


Hans Hagen wrote:
> Idris Samawi Hamid wrote:
>> Yes, but that seems mainly geared towards flow charts, not graphical  
>> charts. Can m-chart do things like the example png attached at the start  
>> of the thread?
>>   
> i lost that one; actually, willy egger is the most experienced chart user but he's on vacation 

It was more like a bar graph (with two sets of y-values), nothing to do 
with m-charts. I thought about mp-graph stuff, but I don't see how it 
can be (trivially) made to do that visual style.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Adam T. Lindsay, Computing Dept.     atl@comp.lancs.ac.uk
  Lancaster University, InfoLab21        +44(0)1524/510.514
  Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-15 22:48         ` Adam Lindsay
@ 2006-07-18 17:30           ` Aditya Mahajan
  2006-07-18 18:14             ` Idris Samawi Hamid
  2006-07-18 18:55             ` Aditya Mahajan
  0 siblings, 2 replies; 19+ messages in thread
From: Aditya Mahajan @ 2006-07-18 17:30 UTC (permalink / raw)


On Sat, 15 Jul 2006, Adam Lindsay wrote:

> Hans Hagen wrote:
>> Idris Samawi Hamid wrote:
>>> Yes, but that seems mainly geared towards flow charts, not graphical
>>> charts. Can m-chart do things like the example png attached at the start
>>> of the thread?
>>>
>> i lost that one; actually, willy egger is the most experienced chart user but he's on vacation
>
> It was more like a bar graph (with two sets of y-values), nothing to do
> with m-charts. I thought about mp-graph stuff, but I don't see how it
> can be (trivially) made to do that visual style.

Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to 
see if can modify them to get the visual effect that you want.

Aditya

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-18 17:30           ` Aditya Mahajan
@ 2006-07-18 18:14             ` Idris Samawi Hamid
  2006-07-18 18:44               ` Aditya Mahajan
  2006-07-18 18:55             ` Aditya Mahajan
  1 sibling, 1 reply; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-18 18:14 UTC (permalink / raw)


On Tue, 18 Jul 2006 11:30:31 -0600, Aditya Mahajan <adityam@umich.edu>  
wrote:

> Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to
> see if can modify them to get the visual effect that you want.

Will do: Hans, Aditya, can this be ported to MetaFun or its own m-stats  
module?

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-18 18:14             ` Idris Samawi Hamid
@ 2006-07-18 18:44               ` Aditya Mahajan
  0 siblings, 0 replies; 19+ messages in thread
From: Aditya Mahajan @ 2006-07-18 18:44 UTC (permalink / raw)


On Tue, 18 Jul 2006, Idris Samawi Hamid wrote:

> On Tue, 18 Jul 2006 11:30:31 -0600, Aditya Mahajan <adityam@umich.edu>
> wrote:
>
>> Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to
>> see if can modify them to get the visual effect that you want.
>
> Will do: Hans, Aditya, can this be ported to MetaFun or its own m-stats
> module?

I do not use this too much. I had once tried porting metaobj to 
context, but found that it is easier to use raw metaobj. However, if 
you can come up with what you want a module to do, it is relatively 
straightforward to add context sugar around it.

Aditya

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-18 17:30           ` Aditya Mahajan
  2006-07-18 18:14             ` Idris Samawi Hamid
@ 2006-07-18 18:55             ` Aditya Mahajan
  2006-07-19  8:07               ` Johan Sandblom
  2006-07-19 14:55               ` Idris Samawi Hamid
  1 sibling, 2 replies; 19+ messages in thread
From: Aditya Mahajan @ 2006-07-18 18:55 UTC (permalink / raw)


On Tue, 18 Jul 2006, Aditya Mahajan wrote:

> On Sat, 15 Jul 2006, Adam Lindsay wrote:
>
>> Hans Hagen wrote:
>>> Idris Samawi Hamid wrote:
>>>> Yes, but that seems mainly geared towards flow charts, not graphical
>>>> charts. Can m-chart do things like the example png attached at the start
>>>> of the thread?
>>>>
>>> i lost that one; actually, willy egger is the most experienced chart user but he's on vacation
>>
>> It was more like a bar graph (with two sets of y-values), nothing to do
>> with m-charts. I thought about mp-graph stuff, but I don't see how it
>> can be (trivially) made to do that visual style.
>
> Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to
> see if can modify them to get the visual effect that you want.

There is also the ultimate reference 
http://zoonek.free.fr/LaTeX/Metapost/metapost.html Check out example 
from 285 onwards.

Also, gnuplot can draw bargraphs easily. Mojca's gnuplot module is 
functional, so you can also give that a try.

Aditya

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-18 18:55             ` Aditya Mahajan
@ 2006-07-19  8:07               ` Johan Sandblom
  2006-07-19 14:58                 ` Idris Samawi Hamid
  2006-07-19 14:55               ` Idris Samawi Hamid
  1 sibling, 1 reply; 19+ messages in thread
From: Johan Sandblom @ 2006-07-19  8:07 UTC (permalink / raw)


The R module (and R program) may also be worth a look for any stats
and data visualization tasks.

Johan

2006/7/18, Aditya Mahajan <adityam@umich.edu>:
> On Tue, 18 Jul 2006, Aditya Mahajan wrote:
>
> > On Sat, 15 Jul 2006, Adam Lindsay wrote:
> >
> >> Hans Hagen wrote:
> >>> Idris Samawi Hamid wrote:
> >>>> Yes, but that seems mainly geared towards flow charts, not graphical
> >>>> charts. Can m-chart do things like the example png attached at the start
> >>>> of the thread?
> >>>>
> >>> i lost that one; actually, willy egger is the most experienced chart user but he's on vacation
> >>
> >> It was more like a bar graph (with two sets of y-values), nothing to do
> >> with m-charts. I thought about mp-graph stuff, but I don't see how it
> >> can be (trivially) made to do that visual style.
> >
> > Have a look at http://www-math.univ-poitiers.fr/~phan/statsmac.html to
> > see if can modify them to get the visual effect that you want.
>
> There is also the ultimate reference
> http://zoonek.free.fr/LaTeX/Metapost/metapost.html Check out example
> from 285 onwards.
>
> Also, gnuplot can draw bargraphs easily. Mojca's gnuplot module is
> functional, so you can also give that a try.
>
> Aditya
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>


-- 
Johan Sandblom  N8, MRC, Karolinska sjh
t +46851776108  17176 Stockholm
m +46735521477  Sweden
"What is wanted is not the will to believe, but the
will to find out, which is the exact opposite"
- Bertrand Russell

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-18 18:55             ` Aditya Mahajan
  2006-07-19  8:07               ` Johan Sandblom
@ 2006-07-19 14:55               ` Idris Samawi Hamid
  1 sibling, 0 replies; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-19 14:55 UTC (permalink / raw)


On Tue, 18 Jul 2006 12:55:32 -0600, Aditya Mahajan <adityam@umich.edu>  
wrote:

> On Tue, 18 Jul 2006, Aditya Mahajan wrote:

> There is also the ultimate reference
> http://zoonek.free.fr/LaTeX/Metapost/metapost.html Check out example
> from 285 onwards.

That is a nice resource; thnx for pointing it out.

> Also, gnuplot can draw bargraphs easily. Mojca's gnuplot module is
> functional, so you can also give that a try.

Will do that as well -)

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-19  8:07               ` Johan Sandblom
@ 2006-07-19 14:58                 ` Idris Samawi Hamid
  2006-07-19 20:33                   ` Mojca Miklavec
  0 siblings, 1 reply; 19+ messages in thread
From: Idris Samawi Hamid @ 2006-07-19 14:58 UTC (permalink / raw)


On Wed, 19 Jul 2006 02:07:38 -0600, Johan Sandblom <jsandblom@gmail.com>  
wrote:

> The R module (and R program) may also be worth a look for any stats
> and data visualization tasks.

What is this exactly? any links? I've heard esoteric references to R on  
this list but have no idea what it's about ;-)

Best
Idris

-- 
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: ConTeXt, Charts, and transparency
  2006-07-19 14:58                 ` Idris Samawi Hamid
@ 2006-07-19 20:33                   ` Mojca Miklavec
  0 siblings, 0 replies; 19+ messages in thread
From: Mojca Miklavec @ 2006-07-19 20:33 UTC (permalink / raw)


On 7/19/06, Idris Samawi Hamid wrote:
> On Wed, 19 Jul 2006 02:07:38 -0600, Johan Sandblom <jsandblom@gmail.com>
> wrote:
>
> > The R module (and R program) may also be worth a look for any stats
> > and data visualization tasks.
>
> What is this exactly? any links? I've heard esoteric references to R on
> this list but have no idea what it's about ;-)

http://www.r-project.org/

Once you manage to install it you should try
    texexec --demo m-r.tex
The demo examples in m-r.tex are pretty good to give you an idea of
what is possible.

Mojca

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2006-07-19 20:33 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-12  0:40 ConTeXt, Charts, and transparency Idris Samawi Hamid
2006-07-12  8:56 ` Taco Hoekwater
2006-07-12 16:08   ` Idris Samawi Hamid
2006-07-12 18:11 ` Idris Samawi Hamid
2006-07-13  6:35   ` Taco Hoekwater
2006-07-14 15:34     ` Hans Hagen
     [not found]       ` <op.tcori6bunx1yh1@walayah-main>
2006-07-14 17:05         ` Hans Hagen
2006-07-14 15:33   ` Hans Hagen
2006-07-14 15:53     ` Idris Samawi Hamid
2006-07-14 17:06       ` Hans Hagen
2006-07-15 22:48         ` Adam Lindsay
2006-07-18 17:30           ` Aditya Mahajan
2006-07-18 18:14             ` Idris Samawi Hamid
2006-07-18 18:44               ` Aditya Mahajan
2006-07-18 18:55             ` Aditya Mahajan
2006-07-19  8:07               ` Johan Sandblom
2006-07-19 14:58                 ` Idris Samawi Hamid
2006-07-19 20:33                   ` Mojca Miklavec
2006-07-19 14:55               ` Idris Samawi Hamid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).