Menu

#1155 Chris' bugs with the Jython Data Source

nextrelease
closed-fixed
nobody
None
5
2021-04-25
2014-02-03
No
  1. discovering TimeSeriesBrowse still uses a regular expression, and should use the syntax tree.
  2. verify code that finds last getParam call doesn't clip.
  3. tuples returned from function are not discovered as symbols. e.g (a,b)= myFunction() should allow a or b to be plotted.
  4. Chris requests that the fore/background colors be adjustable. (This is a low priority that we might not have much control over with the jsyntaxpane highliting.)

Discussion

  • Jeremy Faden

    Jeremy Faden - 2014-03-02

    Item 3 is done.
    I think 1 and 2 are done, but this needs to be verified.

     
  • Jeremy Faden

    Jeremy Faden - 2020-09-24

    Item 1: this is still the case, see JythonDataSourceTimeSeriesBrowse.
    Item 4 was done. See autoplot_data/config/jsyntaxpane.properties.

     
  • Jeremy Faden

    Jeremy Faden - 2021-04-25
    • status: open --> closed-fixed
     
  • Jeremy Faden

    Jeremy Faden - 2021-04-25

    This was all done a while ago.