Dear ConTeXt folks,

I want to create monochrome plots, but `option=monochrome` is ignored.

        \usemodule[gnuplot]
        
        \setupGNUPLOT[terminal=context,option=monochrome]
        
        \startGNUPLOTscript[pi]
        plot pi t '$π = \ctxlua{context(math.pi)}$'
        \stopGNUPLOTscript
        
        \starttext
        \useGNUPLOTgraphic[pi]
        
        \blank
        \CONTEXT\ \contextmark\ \contextversion
        \stoptext

Is that the correct way to enable monochrome output? Looking at the Wiki
page [1] it should be something like the above. Am I doing something
wrong?


Thanks,

Paul


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

Attachment: gnup.pdf
Description: Adobe PDF document

\usemodule[gnuplot]

\setupGNUPLOT[terminal=context,option=monochrome]

\startGNUPLOTscript[pi]
plot pi t '$π = \ctxlua{context(math.pi)}$'
\stopGNUPLOTscript

\starttext
\useGNUPLOTgraphic[pi]

\blank
\CONTEXT\ \contextmark\ \contextversion
\stoptext

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to