ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* inline diagrams/charts?
@ 2007-08-15 19:56 Henning Hraban Ramm
  2007-08-15 20:27 ` Hamid Kamrani
  2007-08-15 22:35 ` Adam Lindsay
  0 siblings, 2 replies; 9+ messages in thread
From: Henning Hraban Ramm @ 2007-08-15 19:56 UTC (permalink / raw)
  To: ConTeXt ML

Hi there!

A long time ago there was a discussion about some kind of tiny block  
charts that run within the text. Now I would need such for the  
summary of a poll.
But I can't remember the name, and thus I can't find the thread and  
website.
Can you help me?

Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-15 19:56 inline diagrams/charts? Henning Hraban Ramm
@ 2007-08-15 20:27 ` Hamid Kamrani
  2007-08-15 22:35 ` Adam Lindsay
  1 sibling, 0 replies; 9+ messages in thread
From: Hamid Kamrani @ 2007-08-15 20:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Are you looking for an inline table? If so, here is the snippet of the
code that I had gotten from somewhere. Perhaps some examples from
Hans.

\starttext

\installframedlocator {table}
  {}
  {\hbox{\lower\dimexpr\dp\strutbox+.25ex+.4pt\relax\box\framebox}}

\defineframed
  [inlinetable]
  [location=table,
   offset=overlay,
   frame=off]

\startitemize[n,broad]
\item Hello world!
\inlinetable{\bTABLE\bTR\bTD \strut Little\eTD \bTD \strut table\eTD\eTR\eTABLE}
First item continues.
\item Second item.
\stopitemize


\stoptext


On 8/15/07, Henning Hraban Ramm <hraban@fiee.net> wrote:
> Hi there!
>
> A long time ago there was a discussion about some kind of tiny block
> charts that run within the text. Now I would need such for the
> summary of a poll.
> But I can't remember the name, and thus I can't find the thread and
> website.
> Can you help me?
>
> Greetlings from Lake Constance!
> Hraban
> ---
> http://www.fiee.net/texnique/
> http://wiki.contextgarden.net
> https://www.cacert.org (I'm an assurer)
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-15 19:56 inline diagrams/charts? Henning Hraban Ramm
  2007-08-15 20:27 ` Hamid Kamrani
@ 2007-08-15 22:35 ` Adam Lindsay
  2007-08-16  7:54   ` Henning Hraban Ramm
  2007-08-16  8:14   ` luigi scarso
  1 sibling, 2 replies; 9+ messages in thread
From: Adam Lindsay @ 2007-08-15 22:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

sparklines?
http://en.wikipedia.org/wiki/Sparkline

Henning Hraban Ramm wrote:
> Hi there!
> 
> A long time ago there was a discussion about some kind of tiny block  
> charts that run within the text. Now I would need such for the  
> summary of a poll.
> But I can't remember the name, and thus I can't find the thread and  
> website.
> Can you help me?
> 
> Greetlings from Lake Constance!
> Hraban
> ---
> http://www.fiee.net/texnique/
> http://wiki.contextgarden.net
> https://www.cacert.org (I'm an assurer)
> 
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : https://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
> 
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-15 22:35 ` Adam Lindsay
@ 2007-08-16  7:54   ` Henning Hraban Ramm
  2007-08-16  8:40     ` Wolfgang Schuster
  2007-08-16  8:14   ` luigi scarso
  1 sibling, 1 reply; 9+ messages in thread
From: Henning Hraban Ramm @ 2007-08-16  7:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> sparklines?
> http://en.wikipedia.org/wiki/Sparkline

Thank you, that's what I meant.
I had in mind there was some TeX solution? But never mind, I need them
in an InDesign layout anyway.

Greetlings from Lake Constance!
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-15 22:35 ` Adam Lindsay
  2007-08-16  7:54   ` Henning Hraban Ramm
@ 2007-08-16  8:14   ` luigi scarso
  2007-08-17  7:20     ` Adam Lindsay
  1 sibling, 1 reply; 9+ messages in thread
From: luigi scarso @ 2007-08-16  8:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8/16/07, Adam Lindsay <atl@comp.lancs.ac.uk> wrote:
> sparklines?
> http://en.wikipedia.org/wiki/Sparkline
Welcome back ?

-- 
luigi
----------------------------------------------------------------
If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-16  7:54   ` Henning Hraban Ramm
@ 2007-08-16  8:40     ` Wolfgang Schuster
  2007-08-17  7:49       ` Henning Hraban Ramm
  0 siblings, 1 reply; 9+ messages in thread
From: Wolfgang Schuster @ 2007-08-16  8:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/16, Henning Hraban Ramm <hraban@fiee.net>:
> > sparklines?
> > http://en.wikipedia.org/wiki/Sparkline
>
> Thank you, that's what I meant.
> I had in mind there was some TeX solution? But never mind, I need them
> in an InDesign layout anyway.
>
> Greetlings from Lake Constance!
> Hraban

Hi Hraban,

there was a pgf solution on Tuftes page:

http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000Lk&topic_id=1&topic=Ask+E%2eT%2e

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-16  8:14   ` luigi scarso
@ 2007-08-17  7:20     ` Adam Lindsay
  2007-08-17 10:40       ` luigi scarso
  0 siblings, 1 reply; 9+ messages in thread
From: Adam Lindsay @ 2007-08-17  7:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

luigi scarso wrote:
> On 8/16/07, Adam Lindsay <atl@comp.lancs.ac.uk> wrote:
>> sparklines?
>> http://en.wikipedia.org/wiki/Sparkline
> Welcome back ?

Nah, that was just a chance meeting. You'll probably notice when I'm 
really back.

adam
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-16  8:40     ` Wolfgang Schuster
@ 2007-08-17  7:49       ` Henning Hraban Ramm
  0 siblings, 0 replies; 9+ messages in thread
From: Henning Hraban Ramm @ 2007-08-17  7:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

2007/8/16, Wolfgang Schuster <schuster.wolfgang@googlemail.com>:
> > > sparklines?
> > Thank you, that's what I meant.
> > I had in mind there was some TeX solution? But never mind, I need them
> > in an InDesign layout anyway.
> there was a pgf solution on Tuftes page:
> http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0000Lk&topic_id=1&topic=Ask+E%2eT%2e

Thank you.
Actually, I only seem to need some percentage bars for my poll results
(% of yes, perhaps and no for about 50 questions).
So I wrote a python script that gets the data from my database and
writes an EPS of the bar (fortunately I learned how to handcode PS).
This is converted to PDF, and I'm set. As I mentioned, my magazine is
made with InDesign, so I can't calculate on the fly.

Looking at all the beautiful sparklines, I thought how I could utilize
the higher data density, but had no idea yet.
But my inline bars (with a scale) are already better than the pie
charts that I had in mind first.

Greetlings, Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: inline diagrams/charts?
  2007-08-17  7:20     ` Adam Lindsay
@ 2007-08-17 10:40       ` luigi scarso
  0 siblings, 0 replies; 9+ messages in thread
From: luigi scarso @ 2007-08-17 10:40 UTC (permalink / raw)
  To: mailing list for ConTeXt users

> > Welcome back ?
>
> Nah, that was just a chance meeting. You'll probably notice when I'm
> really back.
:(


-- 
luigi
----------------------------------------------------------------
If your question is of interest to others as well, please add an entry
to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2007-08-17 10:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-15 19:56 inline diagrams/charts? Henning Hraban Ramm
2007-08-15 20:27 ` Hamid Kamrani
2007-08-15 22:35 ` Adam Lindsay
2007-08-16  7:54   ` Henning Hraban Ramm
2007-08-16  8:40     ` Wolfgang Schuster
2007-08-17  7:49       ` Henning Hraban Ramm
2007-08-16  8:14   ` luigi scarso
2007-08-17  7:20     ` Adam Lindsay
2007-08-17 10:40       ` luigi scarso

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).