From: SourceForge.net <no...@so...> - 2003-10-13 05:31:45
|
Bugs item #821284, was opened at 2003-10-10 17:29 Message generated for change (Comment added) made by wobsta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=821284&group_id=45430 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gert Ingold (gertingold) Assigned to: Nobody/Anonymous (nobody) Summary: problem in key with title=None Initial Comment: The task was to plot data and to produce a key for only some of the data files. Omitting the title for these data files obviously does not help as key entries with label (unknown) are produced. However, one would expect title=None to work. Unfortunately, this results in a TeX error (see attached file fss.err). Shouldn't this be implemented in such a way that title=None simply ignores the corresponding data set while generating the key? ---------------------------------------------------------------------- >Comment By: André Wobst (wobsta) Date: 2003-10-13 07:31 Message: Logged In: YES user_id=405853 You are right. It's just missing in the implementation right now. But I already added this missing feature to the TODO list in the CHANGELOG quite some time ago. In the meantime you may use the graphs addkey method to manually add a key providing a list of plotinfo instances. By that you can select the plotinfo instances you want to add to the key by yourself. Andre ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=821284&group_id=45430 |