summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex102
1 files changed, 98 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex
index 731e28ed67d..6ce2820e648 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex
+++ b/Master/texmf-dist/doc/latex/pgfplots/pgfplotstodo.tex
@@ -29,6 +29,67 @@
\maketitle
\tableofcontents
+\section{Release TODO}
+
+\begin{itemize}
+ \item run tests against pgf CVS
+ \item run tests against latest pgf stable
+ \item finish manual
+ \begin{itemize}
+ \item fix warnings
+ \item browse through it
+ \end{itemize}
+ \item update ChangeLog with "RELEASED VERSION XXX" and update README
+ \item assign git tag for new version
+ \item ran \verb|scripts/pgfplots/pgfplotsrevisionfile.sh| to assign the package versions based on tag
+ \item recompile manual (to pick up the correct version)
+ \item run primitive example files
+ \item run context tests (basically compile and browse-through. There are no assertions.)
+ \begin{itemize}
+ \item run against pgf CVS
+ \item run against latest pgf stable
+ \end{itemize}
+ \item adjust the release makefile to get correct file names
+ \item assemble TDS.zip and CTAN.zip (using the release makefile)
+ \item upload to CTAN.
+\begin{verbatim}
+Submitted to host
+ dante.ctan.org
+Your name and email
+ Christian Feuersänger <cfeuersaenger@users.sourceforge.net>
+Filename
+ pgfplots_1.6.1.ctan.flatdir.zip
+Version number
+ 1.6.1
+Location on CTAN
+ /graphics/pgf/contrib/pgfplots/
+Summary description
+ pgfplots - Create normal/logarithmic plots in two and three dimensions for LaTeX.
+License type
+ gpl
+Announcement text
+ ...
+Notes to maintainers
+ As requested, I created a flat directory structure containing all files (i.e. it contains latex style files, context package files, plain tex include files, generic implementation files, and LUA code all in the same directory). I will also upload a TDS zip file to /install/graphics/pgf/contrib/pgfplots. Thanks for maintaining CTAN!
+\end{verbatim}
+ \item release to sourceforge. Make sure to update the README at top-level.
+ \item upload to sourceforge web space (using the release makefile)
+ \begin{itemize}
+ \item \verb|make -f pgfplots/scripts/pgfplots/Makefile.pgfplots_release_sourceforge |
+
+ this creates the release files
+ \item \verb|make -f pgfplots/scripts/pgfplots/Makefile.pgfplots_release_sourceforge uploaddist|
+
+ this copies the manuals
+ \item \verb|make -f pgfplots/scripts/pgfplots/Makefile.pgfplots_release_sourceforge upload|
+
+ this updates the unstable
+
+ \item if necessary, update \verb|scp://cfeuersaenger,pgfplots@web.sourceforge.net/htdocs/index.php|
+ \end{itemize}
+ \item send announcement to \verb|pgfplots-features@lists.sourceforge.net|
+\end{itemize}
+
\section{Tests}
ATTENTION: fix the buggy styles for axis lines=center in 3d
@@ -37,13 +98,13 @@ last test verifications:
\begin{tabular}{lllll}
& pgf CVS & pgf 2.10 & pgf 2.00 &pgf 2.00+compat=default\\
-pgfplotstests & for 1.6 & for 1.6 & for 1.4 &2009-12-30 \\
-manual & for 1.6 & for 1.6 & for 1.5 & \\
-pgfplotstable.pdf & for 1.6 & for 1.6 & for 1.5\\
+pgfplotstests & for 1.7 & for 1.7 & for 1.4 &2009-12-30 \\
+manual & for 1.7 & for 1.6 & for 1.5 & \\
+pgfplotstable.pdf & for 1.7 & for 1.6 & for 1.5\\
example latex & for 1.6 & for 1.5 & 2009-12-30 \\
example context & for 1.6 & for 1.5.1 & 2009-12-30 \\
example plain tex & for 1.6 & for 1.5.1 & 2009-12-30 \\
-tests context & for 1.6 & for 1.5.1\\
+tests context & for 1.7 & for 1.7\\
\end{tabular}
\section{Documentation todo}
@@ -815,6 +876,39 @@ Thanks!
\begin{bugtracker}
\begin{bug}
+ \verb|\closedcycle| does not work together with jumps / interrupted plots
+\end{bug}
+
+\begin{bug}
+ auto tick label assignment can sometimes produce strange results:
+
+\begin{minimal}
+\documentclass{article}
+\usepackage{pgfplots}
+\pgfplotsset{compat=1.6.1}
+
+\begin{document}
+
+\begin{tikzpicture}
+\begin{axis}[%
+scale only axis,
+xmin=0, xmax=0.02,
+ymin=-1, ymax=1]
+\end{axis}
+\end{tikzpicture}%
+\end{document}
+\end{minimal}
+\end{bug}
+
+
+
+\begin{bug}
+ pgfplots, nodes, and remember picture, and cell picture=true fails.
+
+ \url{http://tex.stackexchange.com/questions/72781/problem-tikz-pgfplots-and-external-coordinates-using-overlay/72804#72804}
+\end{bug}
+
+\begin{bug}
new layered graphics stuff: the style changes of the layer config are read too later; it is impossible to overwrite them within the same axis (for example using \verb|set layers,tick style={on layer=...}|)
\end{bug}