diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-18 17:29:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-18 17:29:19 +0000 |
commit | 580735009eac6952e6ce112bd3c6f00fade80c3f (patch) | |
tree | f30360f712a94d2d7fb524989a55fd6a97ccda9e /Master/texmf-dist/doc/latex/pgfplots/todo.txt | |
parent | 55304cf473fbdece6b5392aac6cfb75671e34189 (diff) |
pgfplots update (17feb09)
git-svn-id: svn://tug.org/texlive/trunk@12180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/todo.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/todo.txt | 68 |
1 files changed, 37 insertions, 31 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/todo.txt b/Master/texmf-dist/doc/latex/pgfplots/todo.txt index 0c9e581e428..a38eda7be85 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/todo.txt +++ b/Master/texmf-dist/doc/latex/pgfplots/todo.txt @@ -1,40 +1,46 @@ ------------------------------------------------------------- -TODO pgfplots release 1.2 +Testing ------------------------------------------------------------- -+ redefine domain and samples key: the current implementation doesn't accept the - extended number range if provided outside of plot expression or plot gnuplot. -+ -> but it is now slightly incompatible FIXED -+ search for 'pt' suffixes which produce log message warnings -+ verify that plot expression and the fpu works with pgf 2.00 (which is not trivial) -X the unary '-' operator has the wrong precedence in both, pgf 2.00 and pgf CVS. - (can't be solved) -+ eliminate some of the dimen registers which are not absolutely necessary -+ check manual for missing features and updates -+ update manual: authors section -+ manual should contain more 'plot expression' than 'plot gnuplot' -+ there is a bug with 'axis equal' -> see manual examples -+ clean .table files from repository (at least the unused ones) -+ run all tests: - PGF 2.00 PGF CVS - FPU 2009-02-01 2009-02-01 - example plain 2009-02-01 2009-02-01 - example latex 2009-02-01 2009-02-01 - example context 2009-02-01 2009-02-01 - tests latex 2009-02-01 2009-02-01 - tests context 2009-02-01 2009-02-01 - clickable lib 2009-02-01 2009-02-01 - manual 2009-02-01 2009-02-01 -+ compile manuals -+ fix latest bugs -- submit ZIP files -- further features should be either very stable or should wait - +last test verifications: + pgf CVS pgf 2.00 +pgfplotstests 2009-02-16 2009-02-16 +manual 2009-02-16 2009-02-16 +example latex for 1.2 2009-02-16 +example context for 1.2 2009-02-16 +example plain tex for 1.2 2009-02-16 ------------------------------------------------------------- BUGS / FIXES ------------------------------------------------------------- +- the plot mark code invokes a lot of math parsing routines - which is a waste + of time in my opinion. All expressions etc. have already been parsed. + Potential for optimization! + +- verify that 'draw=none' works! Is something broken here? + -> write tests! + + it appears to be desired that (at least some) markers invoke + \pgfusepathqfillstroke + -> they always 'draw', regardless of tikz color settings. + -> ok, I patched that in my marker code... (hackery :-( ) + - no, it works only partially: + draw=none or fill=none works as expected. + But 'blue' disables filling!? + + ++ provide example for colormap changes - that should also verify the correctness + of the method + ++ provide sanity checking in scatter plots - for example missing explicit + scatter src. + ++ improve docs for scatter plots: + + 'only marks' is also a scatter plot! + +- check behavior options provided to table[] and file[] and so - is that + correct? + + something with the table package appears to be buggy!? + the plot table[] search path is not good - it should include /pgfplots @@ -398,7 +404,7 @@ X verschiebung des ylabels ist komisch, wegen der rotate option FEATURES ------------------------------------------------------------- -- the FPU uninstall command can be assembled ONCE (globally). No need to do that ++ the FPU uninstall command can be assembled ONCE (globally). No need to do that multiple times. - What about something like '/pgfplots/table/x expr={<math expression>}' ? @@ -508,7 +514,7 @@ X the coordinate preparation routines should assign global registers. This would are positioned directly at tick positions using proper anchors. - for "non-standard" axes (skewed, rotated, 3D), tick labels are placed at anchor 'center'; but the 'at' position it computed by pgfplots: - it is positioned parallel to the surfaces 'b' axes at a predefined + it is positioned parallel to the surfaces' 'b' axes at a predefined distance. - user interface: [xy]ticklabel pos in {left,right,top,bottom,auto,paraxial:<distance>} |