ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Gnuplot module: Patching of Gnuplot binary still needed?
@ 2010-11-14 22:04 Paul Menzel
  2010-11-15 11:29 ` Mojca Miklavec
  0 siblings, 1 reply; 20+ messages in thread
From: Paul Menzel @ 2010-11-14 22:04 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1617 bytes --]

Dear ConTeXt folks,


I read about the Gnuplot module [1] and I am wondering whether patching
the Gnuplot binary is still necessary. Github is currently down and
therefore cannot check if the code is included. But judging from

        gnuplot> help terminal
        […]
        Subtopics available for terminal:
            canvas            cgm               corel             dpu414
            dumb              dxf               eepic             emf
            emtex             epslatex          epson_180dpi      epson_60dpi
            epson_lx800       fig               gif               gpic
            hp2623a           hp2648            hp500c            hpdj
            hpgl              hpljii            hppj              imagen
            jpeg              latex             mf                mif
            mp                nec_cp6           okidata           pbm
            pcl5              pdfcairo          png               pngcairo
            pop               postscript        pslatex           pstex
            pstricks          push              qms               regis
            starc             svg               tandy_60dpi       tek40xx
            tek410x           texdraw           tgif              tkcanvas
            tpic              vttek             wxt               x11
            xlib              xterm

        $ gnuplot --version
        gnuplot 4.4 patchlevel 0

it appears it is still required. Did some send this patch already
upstream for inclusion?


Thanks,

Paul


[1] http://wiki.contextgarden.net/Gnuplot

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-14 22:04 Gnuplot module: Patching of Gnuplot binary still needed? Paul Menzel
@ 2010-11-15 11:29 ` Mojca Miklavec
       [not found]   ` <201011152131.18476.peter@affenbande.org>
                     ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-15 11:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users
  Cc: sfeam (Ethan Merritt),
	dalyoung, Martin 'golodhrim' Scholz, Peter Hedwig,
	Peter Münster, Paul Menzel

On Sun, Nov 14, 2010 at 23:04, Paul Menzel wrote:
> Dear ConTeXt folks,
>
>
> I read about the Gnuplot module [1] and I am wondering whether patching
> the Gnuplot binary is still necessary.

Yes.

Can you please send the same message to the gnuplot mailing list?

I have sent the patch upstream once in 2006, but they had two
arguments against including the patch:

1.) nobody from the development team was willing to install anything
else but tetex to try it out (and the module doesn't work under tetex)

2.) they assumed that I was the only user

The first point should hopefully be resolved by now (module should
work under MikTeX or TeX Live out-of-the-box and hopefully TeX Live is
enough widespread by now), but if anyone wants to have the module
included, somebody else but me needs to write to the gnuplot mailing
list and ask the developers if they are willing to include the patch.
(By pointing them to
https://github.com/mojca/gnuplot/blob/master/term/context.trm first.)

I'm willing to upload the patch, but it makes no sense for me to
regularly upload new patches to their
feature-requests-and-bug-tracking system if they ignore them for ages
...
I admit that the number of ConTeXt/Gnuplot users might be small, alone
for the fact that the number of ConTeXt users (several thousand?) is
much smaller than the number of LaTeX addicts, but I would be glad to
see 20 users of metafont terminal when not even the output of metapost
terminal is satisfactory (it could be improved considerably).


Apart from that ... I was working with Peter Hedwig on the ConTeXt
part of his lua/TikZ terminal (that has already been included in
gnuplot). We got it running, with some issues like general font
loading scheme, but the work was never polished to the end (stalled at
some point). We could revive that thread as well.

> Github is currently down and

It works here, but the main gnuplot code is located on fontforge (in
CVS). Github only includes a patched version of gnuplot that contains
context support.

Mojca

> therefore cannot check if the code is included. But judging from
>
>        gnuplot> help terminal
>        […]
>        Subtopics available for terminal:
>            canvas            cgm               corel             dpu414
>            dumb              dxf               eepic             emf
>            emtex             epslatex          epson_180dpi      epson_60dpi
>            epson_lx800       fig               gif               gpic
>            hp2623a           hp2648            hp500c            hpdj
>            hpgl              hpljii            hppj              imagen
>            jpeg              latex             mf                mif
>            mp                nec_cp6           okidata           pbm
>            pcl5              pdfcairo          png               pngcairo
>            pop               postscript        pslatex           pstex
>            pstricks          push              qms               regis
>            starc             svg               tandy_60dpi       tek40xx
>            tek410x           texdraw           tgif              tkcanvas
>            tpic              vttek             wxt               x11
>            xlib              xterm
>
>        $ gnuplot --version
>        gnuplot 4.4 patchlevel 0
>
> it appears it is still required. Did some send this patch already
> upstream for inclusion?
>
>
> Thanks,
>
> Paul
>
> [1] http://wiki.contextgarden.net/Gnuplot
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
       [not found]   ` <201011152131.18476.peter@affenbande.org>
@ 2010-11-17 10:47     ` Mojca Miklavec
  2010-11-18 23:38       ` Florian Wobbe
  0 siblings, 1 reply; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-17 10:47 UTC (permalink / raw)
  To: peter
  Cc: mailing list for ConTeXt users, sfeam (Ethan Merritt),
	dalyoung, Martin 'golodhrim' Scholz, Peter Münster,
	Paul Menzel

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

Dear Peter,

On Mon, Nov 15, 2010 at 21:31, Peter Hedwig wrote:
> Dear all,
>
> I hope you don't mind that I reply to all but the ntg-context list (not
> subscribed, but feel free to forward the mail).

I included the list again, together with zipped attachments (te remain
under the size limit).

> Am Montag, 15. November 2010 schrieb Mojca Miklavec:
>
>> Apart from that ... I was working with Peter Hedwig on the ConTeXt
>> part of his lua/TikZ terminal (that has already been included in
>> gnuplot). We got it running, with some issues like general font
>> loading scheme, but the work was never polished to the end (stalled at
>> some point). We could revive that thread as well.
>
> I am sorry, that it stalled a bit, but I worked on it secretly ;) But now I
> think it is time to release what is done so far to anyone who is willing to
> test it. Attached is my most recent dev. version of lua.trm and the
> gnuplot-tikz.lua script.

Wow! What a nice surprize!!!

> Here is a brief list of changes to the gnuplot CVS version:
>
> * support for ConTeXt and plain TeX

Hurray! Thanks a lot.

> * removed dependencies for LaTeX packages other than TikZ
> * needs TikZ Version >= 2.0
> * better support for saving terminal options with gnuplot 'save' command
> * fixed "overflow" on negative coordinates that are outside of the crop box
> * merged all recent patched from murphy-md and Ethan
>
> Unfortunately it is the Context output that does not compile with the most
> recent Context version I installed from TeXLive 2010 and the
> http://tlcontrib.metatex.org/2010/ repository. But I remember it working
> with an older version so I hope this can be fixed easily ...

I'm almost sure that this has to do with the fact that TikZ is broken
with respect to ConTeXt MKIV since 2009, but it has only been revealed
publically since a recent update of TikZ (a month or two ago). In
ConTeXt distribution we have frozen the updates of TikZ more than a
year ago, waiting for the patch to be included upstream ... I have
sent a working patch, but Till somehow left the project and I will try
some luck again convincing the others to patch it.

> To generate the style files and wrapper for the various TeX flavors just
> type
>
> lua gnuplot-tikz.lua style
>
> on the command line. The files generated should be
>
> t-gnuplot-lua-tikz.tex (Context wrapper)
> gnuplot-lua-tikz.tex (plain TeX wrapper)
> gnuplot-lua-tikz.sty (LaTeX wrapper)
> gnuplot-lua-tikz-common.tex (commmon definitions)
>
> and can be copied to the appropriate places.
>
> lua gnuplot-tikz.lua help
>
> prints the terminal help on stdout and
> lua gnuplot-tikz.lua termhelp > gnuplot-tikz.help
> generates the version to be included in gnuplot.
>
> Feedback and patches welcome!

I will test and report back.

Thanks again,
    Mojca

[-- Attachment #2: lua-tikz-gnuplot.zip --]
[-- Type: application/zip, Size: 27881 bytes --]

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

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-15 11:29 ` Mojca Miklavec
       [not found]   ` <201011152131.18476.peter@affenbande.org>
@ 2010-11-18  6:11   ` Jonas Stein
  2011-01-09 21:50     ` jeroen.muskee
  2010-11-18 18:28   ` Paul Menzel
  2 siblings, 1 reply; 20+ messages in thread
From: Jonas Stein @ 2010-11-18  6:11 UTC (permalink / raw)
  To: ntg-context


> 2.) they assumed that I was the only user

That might be true until its implemented and public known.
I suppose thousands will like that function. Students will love it.

Kind regards,

-- 
Jonas Stein <news@jonasstein.de>

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-15 11:29 ` Mojca Miklavec
       [not found]   ` <201011152131.18476.peter@affenbande.org>
  2010-11-18  6:11   ` Jonas Stein
@ 2010-11-18 18:28   ` Paul Menzel
  2 siblings, 0 replies; 20+ messages in thread
From: Paul Menzel @ 2010-11-18 18:28 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 608 bytes --]

Am Montag, den 15.11.2010, 12:29 +0100 schrieb Mojca Miklavec:
> On Sun, Nov 14, 2010 at 23:04, Paul Menzel wrote:

> > I read about the Gnuplot module [1] and I am wondering whether patching
> > the Gnuplot binary is still necessary.
> 
> Yes.
> 
> Can you please send the same message to the gnuplot mailing list?

I will.

> I have sent the patch upstream once in 2006,

Could you please tell me subject line or even better provide a link to
the archive. I could not find your post to the archive.

> but they had two arguments against including the patch:

[…]


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 486 bytes --]

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-17 10:47     ` Mojca Miklavec
@ 2010-11-18 23:38       ` Florian Wobbe
  2010-11-22 15:01         ` Mojca Miklavec
  0 siblings, 1 reply; 20+ messages in thread
From: Florian Wobbe @ 2010-11-18 23:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Hedwig

On Nov 17, 2010, at 11:47 , Mojca Miklavec wrote:

> [...]

>> Here is a brief list of changes to the gnuplot CVS version:
>> 
>> * support for ConTeXt and plain TeX
> 
> Hurray! Thanks a lot.
> 
>> * removed dependencies for LaTeX packages other than TikZ
>> * needs TikZ Version >= 2.0
>> * better support for saving terminal options with gnuplot 'save' command
>> * fixed "overflow" on negative coordinates that are outside of the crop box
>> * merged all recent patched from murphy-md and Ethan
>> 
>> Unfortunately it is the Context output that does not compile with the most
>> recent Context version I installed from TeXLive 2010 and the
>> http://tlcontrib.metatex.org/2010/ repository. But I remember it working
>> with an older version so I hope this can be fixed easily ...

Thanks, I just updated the CVS version of gnuplot with your files and gave it a try: It works with minimals!

> [...]
>> 
>> Feedback and patches welcome!

No patches I'm afraid. But feedback goes here:

1) The label text of the following key element takes the color of the preceding key symbol. Minimal example:

 set terminal lua tikz fulldoc size 15cm,7cm context
 set output 'plot.tex'
 set xrange [ 0 : 13 ]
 f1(x)=sqrt(x)
 f2(x)=sqrt(x*0.8)-3
 plot f1(x) lc rgb 'blue', f2(x) 

2) Negative axis labels are set with hyphen instead of proper minus sign, which should be longer (see example above).

3) First I thought luatex hangs but then I noticed TikZ is awfully slow when drawing plots with large amounts of data points (the tikzpicture had about 3000 lines). I can speed this up by reducing the size by invoking plot with:

 plot "< gawk '(NR-1)%10 == 0 {print $0}' fileWithLotsOfData" using [...]

I wonder if there is a smarter way to do this in gnuplot.

4) Is there a possibility to get rid of the vertical artifacts in filledcurves? Note: the artifacts are only visible when plotting from data files.

 set terminal lua tikz fulldoc size 15cm,7cm context 
 set output 'plot.tex'
 plot "< gawk 'BEGIN {for (i = 1; i <= 100; i++) {print i, 0.7*i, 0.8*i+50}}'" using 1:2:3 with filledcurve lc rgb 'black' t 'filled curve'
 set xrange [ 0 : 13 ]
 plot abs(x) with filledcurve xy=2,5

Best wishes,
Florian

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-18 23:38       ` Florian Wobbe
@ 2010-11-22 15:01         ` Mojca Miklavec
  2010-11-22 18:12           ` Ethan Merritt
  2010-11-22 19:15           ` Florian Wobbe
  0 siblings, 2 replies; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-22 15:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Hedwig, Ethan Merritt

On Fri, Nov 19, 2010 at 00:38, Florian Wobbe wrote:
>
> Thanks, I just updated the CVS version of gnuplot with your files and gave it a try: It works with minimals!
>
>> [...]
>>>
>>> Feedback and patches welcome!
>
> No patches I'm afraid. But feedback goes here:
>
> 1) The label text of the following key element takes the color of the preceding key symbol. Minimal example:
>
>  set terminal lua tikz fulldoc size 15cm,7cm context
>  set output 'plot.tex'
>  set xrange [ 0 : 13 ]
>  f1(x)=sqrt(x)
>  f2(x)=sqrt(x*0.8)-3
>  plot f1(x) lc rgb 'blue', f2(x)

Confirmed. I had the problems with that in my terminal as well, but I
think that it was a buglet in metapost back then; oh, good old
memories ... :) :) :) I didn't check the details about this one.

> 2) Negative axis labels are set with hyphen instead of proper minus sign, which should be longer (see example above).

I'm not sure if this should really be fixed automatically or not. In
order to fix this one would have to patch gnuplot core.

I forgot the details how to do it (I can find it out), but you can
configure the layout of labels. In particular you may enclose the
number into math delimiters ($). Maybe something like
    set format y "$%.1f$"
would work (you might want to change the size of left margin then).
Doing any other kind of magic would be a bit dangerous. Keep in mind
that
    plot 'x.dat' u 1:(2*$2)
will also fail since TeX will interpret $ as math delimiter. But
changing that behaviour would have other undesirable effects.

> 3) First I thought luatex hangs but then I noticed TikZ is awfully slow when drawing plots with large amounts of data points (the tikzpicture had about 3000 lines). I can speed this up by reducing the size by invoking plot with:
>
>  plot "< gawk '(NR-1)%10 == 0 {print $0}' fileWithLotsOfData" using [...]
>
> I wonder if there is a smarter way to do this in gnuplot.

Using bitmap terminals. A while back I was dreaming about having
mixed-mode with one terminal creating text labels and the other one
(png for example) drawing the plot. But this needs some extra
programming effort.

You would stumble against the same problem when using PS or PDF
terminal, maybe only at a slightly bigger number of points.

What I did for my "theory of chaos" reports and the million-of-points
plots in my thesis was to create an empty plot with ConTeXt terminal,
create a borderless plot with PNG and then manually insert PNG into
the generated ConTeXt output, which you could do with TikZ output as
well. It requires more effort, but there is no other way to speed up
vector graphics. They are simply not suitable for drawing millions of
points on the same plot.

(Gnuplot also has a keyword 'every' to reduce the number of points,
but in my case I wanted to plot all of them.)

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 15:01         ` Mojca Miklavec
@ 2010-11-22 18:12           ` Ethan Merritt
  2010-11-22 19:15           ` Florian Wobbe
  1 sibling, 0 replies; 20+ messages in thread
From: Ethan Merritt @ 2010-11-22 18:12 UTC (permalink / raw)
  To: Mojca Miklavec; +Cc: mailing list for ConTeXt users, Peter Hedwig

On Monday, November 22, 2010 07:01:07 am Mojca Miklavec wrote:
> On Fri, Nov 19, 2010 at 00:38, Florian Wobbe wrote:
> >
> > Thanks, I just updated the CVS version of gnuplot with your files and gave it a try: It works with minimals!
> >
> >> [...]
> >>>
> >>> Feedback and patches welcome!
> >
> > No patches I'm afraid. But feedback goes here:
> >
> > 1) The label text of the following key element takes the color of the preceding key symbol. Minimal example:
> >
> >  set terminal lua tikz fulldoc size 15cm,7cm context
> >  set output 'plot.tex'
> >  set xrange [ 0 : 13 ]
> >  f1(x)=sqrt(x)
> >  f2(x)=sqrt(x*0.8)-3
> >  plot f1(x) lc rgb 'blue', f2(x)
> 
> Confirmed. I had the problems with that in my terminal as well, but I
> think that it was a buglet in metapost back then; oh, good old
> memories ... :) :) :) I didn't check the details about this one.
> 
> > 2) Negative axis labels are set with hyphen instead of proper minus sign, which should be longer (see example above).
> 
> I'm not sure if this should really be fixed automatically or not. In
> order to fix this one would have to patch gnuplot core.
> 
> I forgot the details how to do it (I can find it out), but you can
> configure the layout of labels. In particular you may enclose the
> number into math delimiters ($). Maybe something like
>     set format y "$%.1f$"
> would work (you might want to change the size of left margin then).
> Doing any other kind of magic would be a bit dangerous. Keep in mind
> that
>     plot 'x.dat' u 1:(2*$2)
> will also fail since TeX will interpret $ as math delimiter. But
> changing that behaviour would have other undesirable effects.
> 
> > 3) First I thought luatex hangs but then I noticed TikZ is awfully slow when drawing plots with large amounts of data points (the tikzpicture had about 3000 lines). I can speed this up by reducing the size by invoking plot with:
> >
> >  plot "< gawk '(NR-1)%10 == 0 {print $0}' fileWithLotsOfData" using [...]
> >
> > I wonder if there is a smarter way to do this in gnuplot.
> 
> Using bitmap terminals. A while back I was dreaming about having
> mixed-mode with one terminal creating text labels and the other one
> (png for example) drawing the plot. But this needs some extra
> programming effort.

As I recall, I posted a patch the last time this discussion came up.
It turns off text output from the png terminal without affecting any
other graphical elements.  My though was that it could be the basis
of a pdflatex terminal class that works the same way as the current
epslatex terminals.  I can post it again, or upload it to SourceForge
if it isn't there already.

	Ethan


> 
> You would stumble against the same problem when using PS or PDF
> terminal, maybe only at a slightly bigger number of points.
> 
> What I did for my "theory of chaos" reports and the million-of-points
> plots in my thesis was to create an empty plot with ConTeXt terminal,
> create a borderless plot with PNG and then manually insert PNG into
> the generated ConTeXt output, which you could do with TikZ output as
> well. It requires more effort, but there is no other way to speed up
> vector graphics. They are simply not suitable for drawing millions of
> points on the same plot.
> 
> (Gnuplot also has a keyword 'every' to reduce the number of points,
> but in my case I wanted to plot all of them.)
> 
> Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 15:01         ` Mojca Miklavec
  2010-11-22 18:12           ` Ethan Merritt
@ 2010-11-22 19:15           ` Florian Wobbe
  2010-11-22 21:03             ` Mojca Miklavec
  1 sibling, 1 reply; 20+ messages in thread
From: Florian Wobbe @ 2010-11-22 19:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Hedwig, eamerritt

On Nov 22, 2010, at 16:01 , Mojca Miklavec wrote:

> [...]
> 
>> 2) Negative axis labels are set with hyphen instead of proper minus sign, which should be longer (see example above).
> 
> I'm not sure if this should really be fixed automatically or not. In
> order to fix this one would have to patch gnuplot core.
> 
> I forgot the details how to do it (I can find it out), but you can
> configure the layout of labels. In particular you may enclose the
> number into math delimiters ($). Maybe something like
>    set format y "$%.1f$"
> would work (you might want to change the size of left margin then).

Hej Mojca, thank you for your answer! Well, that was surprisingly easy - I should have checked the manual first (I was just about to write an ugly hack into your context terminal driver :). Actually
 set format "$%g$"
gives the default label format (only enclosed in $) for all axes.

> Doing any other kind of magic would be a bit dangerous. Keep in mind
> that
>    plot 'x.dat' u 1:(2*$2)
> will also fail since TeX will interpret $ as math delimiter. But
> changing that behaviour would have other undesirable effects.
> 
>> 3) First I thought luatex hangs but then I noticed TikZ is awfully slow when drawing plots with large amounts of data points (the tikzpicture had about 3000 lines). I can speed this up by reducing the size by invoking plot with:
>> 
>>  plot "< gawk '(NR-1)%10 == 0 {print $0}' fileWithLotsOfData" using [...]
>> 
>> I wonder if there is a smarter way to do this in gnuplot.
> 
> [...]
> What I did for my "theory of chaos" reports and the million-of-points
> plots in my thesis was to create an empty plot with ConTeXt terminal,
> create a borderless plot with PNG and then manually insert PNG into
> the generated ConTeXt output, which you could do with TikZ output as
> well. It requires more effort, but there is no other way to speed up
> vector graphics. They are simply not suitable for drawing millions of
> points on the same plot.

I'd probably do the same in that case. But unlike you I have a lot less points - 5000 points instead of millions. Loot at this example, which is the slightly modified random demo script taken from the gnuplot page:

 set terminal context size 15.0cm,10.5cm standalone
 set output 'randomCtx.tex'

 set dummy t,y
 unset key
 set parametric
 set samples 5000, 5000
 set style function dots
 set title "Lattice test for random numbers" 
 set xlabel "rand(n) ->" 
 set xrange [ 0.00000 : 1.00000 ] noreverse nowriteback
 set ylabel "rand(n + 1) ->" 
 set yrange [ 0.00000 : 1.00000 ] noreverse nowriteback
 set zlabel "rand(n + 2) ->" 
 set zrange [ 0.00000 : 1.00000 ] noreverse nowriteback
 plot rand(0), rand(0)

 set terminal lua tikz context size 15.0cm,10.5cm fulldoc
 set output 'randomLua.tex'

 replot

Now look at the timing of processing the output files with context (final run only):

context randomCtx.tex -> 3.150 seconds.
context randomLua.tex -> 23.658 seconds.

Further increasing the number of points to 15000 results in 8.978 vs. 62.878 seconds. Quite a big difference in processing time!

> (Gnuplot also has a keyword 'every' to reduce the number of points,
> but in my case I wanted to plot all of them.)

True, but suppose you don't have evenly spaced data points. Then you don't want every other line but one point every 5 kilometres or something the like.

Especially for line drawings it would be beneficial not to place every single point. Instead consecutive points should be skipped if they are close to each other (with regard to plot units) - it makes no sense to include points which you won't see anyway. This could be done by defining a grid with a certain (user defined) resolution and rounding the coordinates (plot units) of a line point to the nearest grid node. All consecutive line points falling on the same grid node should not be passed on to terminal drivers. The psxy utility of GMT (http://gmt.soest.hawaii.edu/) does this for instance. I am not aware of such a functionality within gnuplot but it would be a nice feature.

Best wishes,
Florian

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 19:15           ` Florian Wobbe
@ 2010-11-22 21:03             ` Mojca Miklavec
  2010-11-22 21:19               ` Aditya Mahajan
  2010-11-22 21:44               ` Florian Wobbe
  0 siblings, 2 replies; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-22 21:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Hedwig, eamerritt

On Mon, Nov 22, 2010 at 20:15, Florian Wobbe wrote:

> Especially for line drawings it would be beneficial not to place every single point. Instead consecutive points should be skipped if they are close to each other (with regard to plot units) - it makes no sense to include points which you won't see anyway. This could be done by defining a grid with a certain (user defined) resolution and rounding the coordinates (plot units) of a line point to the nearest grid node. All consecutive line points falling on the same grid node should not be passed on to terminal drivers. The psxy utility of GMT (http://gmt.soest.hawaii.edu/) does this for instance. I am not aware of such a functionality within gnuplot but it would be a nice feature.

But this is an issue of Gnuplot, not something that a terminal writer
is supposed to think of.

One thing that I did implement in ConTeXt was that if I get instructions
   move_to(10,3)
   line_to(11,8)
   line_to(11,8)
   line_to(11,9)
then one line_to(11,8) will be ignored (resolution is hard-coded in
the terminal, but you could draw a smaller plot and then magnify it
which would seemingly decrease resolution). But in most cases that
wouldn't really help.

About the timing difference between "set term context" and "set term
lua context": it is quite possible that metapost library is much
faster than TikZ which uses TeX-based macros. TeX might be slower in
calculations than metapost (which uses C for low level calculations)
and TikZ is not optimized for drawing ten-thousand segments. And Hans
really tried hard to optimize the code. Processing the output with
ConTeXt is also at least ten times slower that outputting straight to
PS or PDF and if you try ConTeXt MKII it is about two times slower
than MKIV.

You probably didn't have a chance to try the first implementations of
ConTeXt terminal for gnuplot. It needed 10 minutes for 13 ordinary
plots and it ran out of memory if I tried to plot 14 of them!!! (The
reason was the usage of "btex text etex" constructs which lead to
ConTeXt runs inside metapost runs inside ConTeXt runs, all doubled,
maybe the labels were compile even four times, usually with a separate
instance of ConTeXt for each plot.) Now compare that speed difference
and the enormous optimization that Hans implemented back in 2006 ...

The slow speed of TikZ is not something that you could do much about.
There might be some tiny room for optimization in
gnuplot-lua-tikz-common.tex, but hardly any. LuaTeX-based TikZ could
be reimplemented and that would bring most benefits, but since Till
almost-quit the project and since it works out-of-the-box with pdfTeX
macros it is highly unlikely to happen.

But yes, it would be nice if also ConTeXt terminal would be included.
It still doesn't support raw images, but most other features are
present.

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 21:03             ` Mojca Miklavec
@ 2010-11-22 21:19               ` Aditya Mahajan
  2010-11-22 21:26                 ` Mojca Miklavec
  2010-11-22 22:20                 ` Alan BRASLAU
  2010-11-22 21:44               ` Florian Wobbe
  1 sibling, 2 replies; 20+ messages in thread
From: Aditya Mahajan @ 2010-11-22 21:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, 22 Nov 2010, Mojca Miklavec wrote:

> The slow speed of TikZ is not something that you could do much about.

Rewrite the pgf backend code in metapost.

Aditya
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 21:19               ` Aditya Mahajan
@ 2010-11-22 21:26                 ` Mojca Miklavec
  2010-11-22 22:20                 ` Alan BRASLAU
  1 sibling, 0 replies; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-22 21:26 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Nov 22, 2010 at 22:19, Aditya Mahajan wrote:
> On Mon, 22 Nov 2010, Mojca Miklavec wrote:
>
>> The slow speed of TikZ is not something that you could do much about.
>
> Rewrite the pgf backend code in metapost.

But that requires Till (maybe Hans) or some other genius to work on it
for some non-trivial amount time. And that is not likely to happen any
time soon.

Peter as the author of TikZ terminal for gnuplot is certanly not the
one that could be adressed to speed up his terminal.

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 21:03             ` Mojca Miklavec
  2010-11-22 21:19               ` Aditya Mahajan
@ 2010-11-22 21:44               ` Florian Wobbe
  2010-11-22 22:10                 ` Mojca Miklavec
  1 sibling, 1 reply; 20+ messages in thread
From: Florian Wobbe @ 2010-11-22 21:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Nov 22, 2010, at 22:03 , Mojca Miklavec wrote:

> On Mon, Nov 22, 2010 at 20:15, Florian Wobbe wrote:
> 
>> Especially for line drawings it would be beneficial not to place every single point. Instead consecutive points should be skipped if they are close to each other (with regard to plot units) - it makes no sense to include points which you won't see anyway. This could be done by defining a grid with a certain (user defined) resolution and rounding the coordinates (plot units) of a line point to the nearest grid node. All consecutive line points falling on the same grid node should not be passed on to terminal drivers. The psxy utility of GMT (http://gmt.soest.hawaii.edu/) does this for instance. I am not aware of such a functionality within gnuplot but it would be a nice feature.
> 
> But this is an issue of Gnuplot, not something that a terminal writer
> is supposed to think of.

Indeed, this was my point in the first place. It should be handled by gnuplot prior to handing the data over to the terminal driver.

> But yes, it would be nice if also ConTeXt terminal would be included.
> It still doesn't support raw images, but most other features are
> present.

Right, this might help increase the awareness among academics. Also not everyone has the ability to build gnuplot from sources.

Florian

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 21:44               ` Florian Wobbe
@ 2010-11-22 22:10                 ` Mojca Miklavec
  0 siblings, 0 replies; 20+ messages in thread
From: Mojca Miklavec @ 2010-11-22 22:10 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Mon, Nov 22, 2010 at 22:44, Florian Wobbe wrote:
> On Nov 22, 2010, at 22:03 , Mojca Miklavec wrote:
>> On Mon, Nov 22, 2010 at 20:15, Florian Wobbe wrote:
>>
>>> Especially for line drawings it would be beneficial not to place every single point. Instead consecutive points should be skipped if they are close to each other (with regard to plot units) - it makes no sense to include points which you won't see anyway. This could be done by defining a grid with a certain (user defined) resolution and rounding the coordinates (plot units) of a line point to the nearest grid node. All consecutive line points falling on the same grid node should not be passed on to terminal drivers. The psxy utility of GMT (http://gmt.soest.hawaii.edu/) does this for instance. I am not aware of such a functionality within gnuplot but it would be a nice feature.
>>
>> But this is an issue of Gnuplot, not something that a terminal writer
>> is supposed to think of.
>
> Indeed, this was my point in the first place. It should be handled by gnuplot prior to handing the data over to the terminal driver.

However you need to write to gnuplot-dev then. This mailing list
cannot help you.

>> But yes, it would be nice if also ConTeXt terminal would be included.
>> It still doesn't support raw images, but most other features are
>> present.
>
> Right, this might help increase the awareness among academics. Also not everyone has the ability to build gnuplot from sources.

But as I said ... there have to be others writing on gnuplot-dev to
show interest to other gnuplot developers. I will continue to work
with Peter to improve TikZ output and to include support into
t-gnuplot.tex, but comparison such as the speed test demonstrated with
those random points (sent to dev-gnuplot) may help.

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-22 21:19               ` Aditya Mahajan
  2010-11-22 21:26                 ` Mojca Miklavec
@ 2010-11-22 22:20                 ` Alan BRASLAU
  1 sibling, 0 replies; 20+ messages in thread
From: Alan BRASLAU @ 2010-11-22 22:20 UTC (permalink / raw)
  To: ntg-context

On Monday 22 November 2010 22:19:40 Aditya Mahajan wrote:
> On Mon, 22 Nov 2010, Mojca Miklavec wrote:
> > The slow speed of TikZ is not something that you could do much about.
> 
> Rewrite the pgf backend code in metapost.
> 

Or use metapost: \usemodule [graph]

Alan
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2011-01-09 21:50     ` jeroen.muskee
@ 2011-01-09 18:54       ` Mojca Miklavec
  2011-01-09 19:01         ` Aditya Mahajan
  2011-01-09 23:20         ` Mojca Miklavec
  0 siblings, 2 replies; 20+ messages in thread
From: Mojca Miklavec @ 2011-01-09 18:54 UTC (permalink / raw)
  To: jeroen.muskee, mailing list for ConTeXt users

On Sun, Jan 9, 2011 at 22:50,  <jeroen.muskee@hotmail.com> wrote:
> In the past I was using this instruction set to install GnuPlot in Windows Context Mkiv minimals but it does not work anymore. Is there a bug in t-gnuplot version 2009-07-21?

Thanks a lot for the bug report. I can confirm that it fails here as well.

I rarely use any other terminal but the native ConTeXt one, so I
didn't notice the problem with metapost terminal.

I'll take a look into it. I get the following error and will try to
investigate further:

This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
 \write18 enabled.
---! /context/tex/texmf-osx-64/web2c/pdftex/mptopdf.fmt doesn't match
pdftex.pool
(Fatal format file error; I'm stymied)

MPtoPDF 1.4.0 : error while processing tex file

Mojca

PS: I have to admit that I have no idea when I last compiled the
windows binary for gnuplot. I would need to learn again how to do it.
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2011-01-09 18:54       ` Mojca Miklavec
@ 2011-01-09 19:01         ` Aditya Mahajan
  2011-01-09 23:20         ` Mojca Miklavec
  1 sibling, 0 replies; 20+ messages in thread
From: Aditya Mahajan @ 2011-01-09 19:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sun, 9 Jan 2011, Mojca Miklavec wrote:

> On Sun, Jan 9, 2011 at 22:50,  <jeroen.muskee@hotmail.com> wrote:
>> In the past I was using this instruction set to install GnuPlot in Windows Context Mkiv minimals but it does not work anymore. Is there a bug in t-gnuplot version 2009-07-21?
>
> Thanks a lot for the bug report. I can confirm that it fails here as well.
>
> I rarely use any other terminal but the native ConTeXt one, so I
> didn't notice the problem with metapost terminal.
>
> I'll take a look into it. I get the following error and will try to
> investigate further:
>
> This is pdfTeX, Version 3.1415926-1.40.10 (Web2C 2009)
> \write18 enabled.
> ---! /context/tex/texmf-osx-64/web2c/pdftex/mptopdf.fmt doesn't match
> pdftex.pool
> (Fatal format file error; I'm stymied)
>
> MPtoPDF 1.4.0 : error while processing tex file

texexec --make --all

should regenerate mptopdf format.

Aditya
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2010-11-18  6:11   ` Jonas Stein
@ 2011-01-09 21:50     ` jeroen.muskee
  2011-01-09 18:54       ` Mojca Miklavec
  0 siblings, 1 reply; 20+ messages in thread
From: jeroen.muskee @ 2011-01-09 21:50 UTC (permalink / raw)
  To: ntg-context

In the past I was using this instruction set to install GnuPlot in Windows Context Mkiv minimals but it does not work anymore. Is there a bug in t-gnuplot version 2009-07-21?

Create folder c:\context\gnuplot
Download from http://dl.contextgarden.net/modules/gnuplot-win.zip the gnuplot file gnuplot-win.zip and unzip in folder c:\context so you have folders c:\context\gnuplot\bin and c:\context\gnuplot\term
Create a batch file c:\context\gnuplot\bin\gnuplot.bat with content "c:\context\gnuplot\bin\wgnuplot.exe" %*
START>RUN>CMD ENTER
SET PATH=%PATH%;c:\context\gnuplot\bin ENTER
Test GNUPLOT by entering gnuplot in the CLI console and give in gnuplot the command plot sin(x) ENTER
Create folder c:\context\tex\texmf\tex\context\third\gnuplot
Download http://theory.uwinnipeg.ca/scripts/CTAN/macros/context/contrib/context-gnuplot.zip or http://dl.contextgarden.net/modules/t-gnuplot-2009.07.21.zip module and unzip and put in folder c:\context\tex\texmf\tex\context\third\gnuplot and c:\context\text\texmf\metapost\base\ so you have c:\context\tex\texmf\tex\context\third\gnuplot\t-gnuplot.tex and c:\context\text\texmf\metapost\base\mp-gnuplot.mp
Start>run>cmd>c: ENTER cd \context\tex\texmf-mswin\bin ENTER context – -generate ENTER
(For MkII users use the following command mktexlsr)
Enter the following data to test GNUPLOT

\usemodule[gnuplot]
\enableregime[utf]
\setupGNUPLOT[terminal=mp]

\startGNUPLOTscript[mysinplot]
set xlabel “time”
set ylabel “value”
plot sin(x)
\stopGNUPLOTscript

\starttext
text before picture
\useGNUPLOTgraphic[mysinplot]
text after picture
\stoptext


--
This message was sent on behalf of jeroen.muskee@hotmail.com at openSubscriber.com
http://www.opensubscriber.com/message/ntg-context@ntg.nl/14815843.html
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2011-01-09 18:54       ` Mojca Miklavec
  2011-01-09 19:01         ` Aditya Mahajan
@ 2011-01-09 23:20         ` Mojca Miklavec
  2011-01-11  3:26           ` jeroen.muskee
  1 sibling, 1 reply; 20+ messages in thread
From: Mojca Miklavec @ 2011-01-09 23:20 UTC (permalink / raw)
  To: jeroen.muskee, mailing list for ConTeXt users

On Sun, Jan 9, 2011 at 19:54, Mojca Miklavec
<mojca.miklavec.lists@gmail.com> wrote:
> On Sun, Jan 9, 2011 at 22:50,  <jeroen.muskee@hotmail.com> wrote:
>> In the past I was using this instruction set to install GnuPlot in Windows Context Mkiv minimals but it does not work anymore. Is there a bug in t-gnuplot version 2009-07-21?
>
> Thanks a lot for the bug report. I can confirm that it fails here as well.
>
> I rarely use any other terminal but the native ConTeXt one, so I
> didn't notice the problem with metapost terminal.
>
> I'll take a look into it.

Does it help if you change
    \getfiguredimensions[\@@GNUPLOTresult]
into
    \getfiguredimensions[\@@GNUPLOTfinalresult]
in line 484?

Mojca
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Gnuplot module: Patching of Gnuplot binary still needed?
  2011-01-09 23:20         ` Mojca Miklavec
@ 2011-01-11  3:26           ` jeroen.muskee
  0 siblings, 0 replies; 20+ messages in thread
From: jeroen.muskee @ 2011-01-11  3:26 UTC (permalink / raw)
  To: ntg-context

I have tried

texexec --make --all 

and changing line 484 from

\getfiguredimensions[\@@GNUPLOTresult]

into

\getfiguredimensions[\@@GNUPLOTfinalresult]

but neither is giving me any luck. Now also 

install-setup.bat --extras="t-gnuplot"

is not working anymore. Not sure what the issue is.

Jeroen

--
This message was sent on behalf of jeroen.muskee@hotmail.com at openSubscriber.com
http://www.opensubscriber.com/message/ntg-context@ntg.nl/14992530.html
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-01-11  3:26 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-14 22:04 Gnuplot module: Patching of Gnuplot binary still needed? Paul Menzel
2010-11-15 11:29 ` Mojca Miklavec
     [not found]   ` <201011152131.18476.peter@affenbande.org>
2010-11-17 10:47     ` Mojca Miklavec
2010-11-18 23:38       ` Florian Wobbe
2010-11-22 15:01         ` Mojca Miklavec
2010-11-22 18:12           ` Ethan Merritt
2010-11-22 19:15           ` Florian Wobbe
2010-11-22 21:03             ` Mojca Miklavec
2010-11-22 21:19               ` Aditya Mahajan
2010-11-22 21:26                 ` Mojca Miklavec
2010-11-22 22:20                 ` Alan BRASLAU
2010-11-22 21:44               ` Florian Wobbe
2010-11-22 22:10                 ` Mojca Miklavec
2010-11-18  6:11   ` Jonas Stein
2011-01-09 21:50     ` jeroen.muskee
2011-01-09 18:54       ` Mojca Miklavec
2011-01-09 19:01         ` Aditya Mahajan
2011-01-09 23:20         ` Mojca Miklavec
2011-01-11  3:26           ` jeroen.muskee
2010-11-18 18:28   ` Paul Menzel

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