Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-13 Thread Hans Hagen
On 7/12/2016 11:17 PM, Henri Menke wrote: Adding \usecolors[xwi] to the example does not change anything. Looking at base/colo-imp-xwi.mkiv revealed, that it does not alter the way colors are defined, but just defines a huge bunch of additional ones. afaiks it has the same 'gray' as tikz

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Henri Menke
On 07/12/2016 10:03 PM, Hans Hagen wrote: > On 7/12/2016 9:39 PM, Henri Menke wrote: >> Dear Aditya and Hans, >> >> I'm not so sure about it being a bug in pgfplots. I played a little and >> encountered the following. > > As Aditya pointed out, these (probably used for tracing) colors are >

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Hans Hagen
On 7/12/2016 9:39 PM, Henri Menke wrote: Dear Aditya and Hans, I'm not so sure about it being a bug in pgfplots. I played a little and encountered the following. As Aditya pointed out, these (probably used for tracing) colors are defined in such a way that they don't go via the context

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Alan BRASLAU
What is the fuss? \starttext \startMPcode draw origin--right scaled 1cm withpen pencircle scaled 1pt withcolor gray ; \stopMPcode \stoptext works just fine... :-) Alan ___ If your question is of

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Henri Menke
Dear Aditya and Hans, I'm not so sure about it being a bug in pgfplots. I played a little and encountered the following. > \usemodule[tikz] > \starttext > > % Original gray > \blackrule[color=gray,width=1cm,height=1pt] > > \starttikzpicture > \draw[gray,line width=1pt] (0,0) -- (1,0); >

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Aditya Mahajan
On Tue, 12 Jul 2016, Hans Hagen wrote: On 7/12/2016 5:07 PM, Aditya Mahajan wrote: On Tue, 12 Jul 2016, Hans Hagen wrote: On 7/12/2016 3:44 PM, Henri Menke wrote: Dear Hans, thanks for your reply. Indeed there are color definitions in `pgfutil-context.def`. However, they are commented

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Hans Hagen
On 7/12/2016 5:07 PM, Aditya Mahajan wrote: On Tue, 12 Jul 2016, Hans Hagen wrote: On 7/12/2016 3:44 PM, Henri Menke wrote: Dear Hans, thanks for your reply. Indeed there are color definitions in `pgfutil-context.def`. However, they are commented out with the message % no need for x

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Aditya Mahajan
On Tue, 12 Jul 2016, Hans Hagen wrote: On 7/12/2016 3:44 PM, Henri Menke wrote: Dear Hans, thanks for your reply. Indeed there are color definitions in `pgfutil-context.def`. However, they are commented out with the message % no need for x colors (users can load it if needed) ...

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Hans Hagen
On 7/12/2016 3:44 PM, Henri Menke wrote: Dear Hans, thanks for your reply. Indeed there are color definitions in `pgfutil-context.def`. However, they are commented out with the message % no need for x colors (users can load it if needed) ... %\pgfutil@definecolor{gray}{gray}{0.5} If I add

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Henri Menke
Dear Hans, thanks for your reply. Indeed there are color definitions in `pgfutil-context.def`. However, they are commented out with the message > % no need for x colors (users can load it if needed) > ... > %\pgfutil@definecolor{gray}{gray}{0.5} If I add > \csname

Re: [NTG-context] Different colors in LaTeX and ConTeXt

2016-07-12 Thread Hans Hagen
On 7/12/2016 1:53 PM, Henri Menke wrote: Dear list, I wanted to draw some nice pictures using TikZ and pgfplots, but then I noticed that the colors of the ticks in my pgfplots graph were unusually bright and it looked very weird. So I set up a test \usemodule[tikz] \starttext