Hello Mojca,
thanks a lot for your answer and proposals.
I'll try them one after other... Option "reverse legend" is most promising so
far.
Best regards,
Lukas
On Mon, 21 Dec 2015 14:45:25 +0100, Mojca Miklavec
wrote:
On 21 December 2015 at 13:55, Procházka Lukáš Ing. - Pontex s. r. o.
On 21 December 2015 at 13:55, Procházka Lukáš Ing. - Pontex s. r. o. wrote:
> Hello,
>
> I'm just starting with pgfplots library.
>
> I have two plots, one being filled:
>
>
> \usemodule[pgfplots]
>
> \starttext
> \starttikzpicture
> \startaxis[legend entries={Sin,Cos}]
> \addplot+
Hello,
I'm just starting with pgfplots library.
I have two plots, one being filled:
\usemodule[pgfplots]
\starttext
\starttikzpicture
\startaxis[legend entries={Sin,Cos}]
\addplot+[mark=none] {sin(deg(x))};
\addplot+[mark=none,fill]{cos(deg(x))};
\stopaxis
\sto