Good evening,

Thank you for sending me back a minimal working example with description and 
status, and of course, go ahead and use that example at your own will.  The 
example itself comes from non-cooperative game theory, it's a two-player 
zero-sum game where the matrix of benefits for the first player is (6 4 3; 2 8 
7; 12 9 1).  We are able to use graphical solution in 2D in solving 2*m and n*2 
matrix games, but this approach extends it to any 3*m or n*3 games.  If I use 
point-by-point evaluation when visualizing data (even without it :-)), I am 
even able to find minimax and maximin points.

Btw, can we set up minimum/maximum/step values when displaying z-axis?  I was 
thinking and searching for something like "z domain" next to the "domain" and 
"y domain" parameters.  Maybe that's a newbie question as I use only the stable 
version coming from TeX Live at the moment.  The reason is that I'm showing 
different features from your package to my students (that might be useful for 
them while writing their compulsory assignments) but I cannot ask them to 
install more then TeX Live itself.

Thank you again and good luck with developing pgfplots(table)!

Pavel Striz


-----Původní zpráva-----
Od: Christian Feuersaenger [mailto:cfeuersaen...@googlemail.com] 
Odesláno: 27. února 2011 18:30
Komu: Pavel Striz; 'PGFplots mailing list'
Předmět: Re: pgfplots

Dear Pavel,

thank you for your interesting question and your positive feedback!

Concerning your application: the problem is caused by the fact that 
pgfplots processes its \addplot data twice: once during a survey phase 
and once during the actual visualization. In your example, the layers 
are added during survey phase (where no output is generated).

To add them during the visualization phase, you need to use one of the 
various hooks in which you can enter custom TeX commands.

Unfortunately, I have just realized that the required hook is missing 
(sorry about that). I have just added it to the git repository, and I 
added your example to the manual (with your permission, I assume).

Please watch the pgfplots sourceforge homepage for new unstable TDS 
releases (or checkout the git repositories from sourceforge) to get the 
new code.

Attached is the resulting .tex and .pdf (note that I experimented with 
it to get a minimal example -- the attached one does not use beamer, and 
it does not require the remember picture option. This, however, is no 
restriction at all -- it was just for my tests).

Best regards

Christian

PS
I am currently verifying that my changes work as intended. The changes 
will be in the online git repository this evening, I think. The unstable 
TDS may need more time, watch out on http://pgfplots.sourceforge.net/ .

Am 26.02.2011 17:36, schrieb Pavel Striz:
>
> Good evening, Mr. Feuersänger,
>
> Thank you for pgfplots and pgfplotstable packages.  Those are very useful!
>
> Still, any ideas how to get ocg package to work?  I am enclosing a 
> minimal example, where three layers are created but not working.  This 
> example is based on 
> http://www.texample.net/weblog/2008/nov/02/creating-pdf-layers/ via TikZ.
>
> Anyway, if you would be interested to publish an article/a paper about 
> your tools in the Zpravodaj journal of the Czech TeXists, 
> http://bulletin.cstug.cz/, we would be honored to do so.
>
> Pavel Striz
>




___ Information from ESET Mail Security, ver. 5912 (20110227) ___
The message was checked by ESET Mail Security. www.eset.com



------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to