stcorp / visan

Visualisation and analysis application for atmospheric data
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Setting colortable based on a file does not work, and colortable file format lacks documentation #8

Open svniemeijer opened 2 years ago

svniemeijer commented 2 years ago

Using wplot(..., colortable="path/to/file") does not work, since providing a wrong name does not result in an exception internally, and therefore the plot.GetColorTable(dataSetId).Import(kwargs.get("colortable")) never gets called.

We should also include the colortable file format in the documentation.