Opened 17 years ago
Last modified 16 years ago
#76 assigned enhancement
New features for graphToEps()
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
Some additional features for graphToEps()
would be nice to have.
For example:
- The ability of setting linestyles, such az dotted, dashed etc.
- The ability of the assignment of a second color to the edges along with a percentage value. Then the edges would be colored with to color according to the percentage.
Change History (6)
comment:1 Changed 17 years ago by
Version: | → hg main |
---|
comment:2 follow-up: 3 Changed 16 years ago by
comment:3 follow-up: 4 Changed 16 years ago by
Replying to kpeter:
A test file for graphToEps() would also be nice. Although the output can hardly be tested, it can be tested whether the function and its named parameters exist and can be compiled.
If you also compile the demo applications (./configure --enable-demo
), then grap_to_eps_demo
does a test like this at it uses almost all features of graphToEps()
.
Once lgf-gen
is ported, it will also use graphToEps()
(and therefore test it to some extent)
comment:4 Changed 16 years ago by
Replying to alpar:
If you also compile the demo applications (
./configure --enable-demo
), thengrap_to_eps_demo
does a test like this at it uses almost all features ofgraphToEps()
.Once
lgf-gen
is ported, it will also usegraphToEps()
(and therefore test it to some extent)
Okay, that is enough.
comment:5 Changed 16 years ago by
Status: | new → assigned |
---|
comment:6 Changed 16 years ago by
Milestone: | LEMON 1.1 release |
---|
A test file for graphToEps() would also be nice. Although the output can hardly be tested, it can be tested whether the function and its named parameters exist and can be compiled.