[Kst] [Bug 90196] Suggestions for really nice black & white plots

George Staikos staikos at kde.org
Fri May 27 15:25:12 CEST 2005


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=90196         




------- Additional Comments From staikos kde org  2005-05-27 15:25 -------
On Thursday 26 May 2005 20:47, Rick Chern wrote:
> By a more generic solution, would there be a
> kstsymbolsequence? (and kstlinesequence, etc)?


   It might make sense to have these too.  In particular though, we need the 
implementation to be integrated at a lower level than the dialog so that it 
is a clean part of the API.  I think it needs to go into the plot API.  The 
UI code would look something like:

foreach (w, windows) {
   foreach (p, w.plots) {
      p.setColorMode(Monochrome);
   }
}

  This maps nicely into the script language.


More information about the Kst mailing list