File: TODO

package info (click to toggle)
gnuplot 6.0.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,936 kB
  • sloc: ansic: 95,319; cpp: 7,590; makefile: 2,470; javascript: 2,328; sh: 1,531; lisp: 664; perl: 304; pascal: 191; tcl: 88; python: 46
file content (30 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TODO and known issues
=====================

Lua generic terminal

 * support color palettes (low priority, not really needed for TikZ?)
 * support enhanced text mode (low priority, not really needed for TikZ)
 * sort out what needs to be built + included as part of preparing a
   distribution package

TikZ backend

 * automatic detection of font sizes (via LaTeX test call?! very low
   priority. It works with the gnuplottex package and the charsize option,
   see style file for an example)

 * setting the background color within a gnuplot (gnuplottex) environment
   does not work if the tikzpicture environment is used of this scope:
     \begin{tikzpicture}[gnuplot]
       \begin{gnuplot}[...]
       \end{gnuplot}
     \end{tikzpicture}
   As a workaround the background color can also be set manually right after
   \begin{tikzpicture}[gnuplot] using the \gpsetbgcolor{R,G,B} command.

 * there is an incompatibility/bug of the preview package and TikZ that leads
   to erroneous files on dvi and postscript output using the terminal's
   standalone mode. PDF output works flawlessly.

 * pattern fills are not supported by XeTeX