Skip to content

0.1.3

Choose a tag to compare

@ycwang-astro ycwang-astro released this 30 Jan 06:44
· 13 commits to main since this release

Bugs fixed

  • Fix "bottom-left" position of Matplotlib Rectangle. This bug affects .sel.obj files, and results in an offset in all rectangles in the plot. 2nd step need to be re-run ("Re-selecting") to fix .sel.obj. It seems that other files, including the exported data, are not affected by this bug.
  • Fix bugs with the display of certain types of plot elements
  • Fix unexpected change of axis limits when adding calibration lines

Improvements

  • Supports paths combining type 'c' (Bezier curve) and 'l' (line). (Fixes issue #1)
  • Show information if find nothing to extract
  • Supports line-like scatter markers; show warning if labeling line-like as scatter

Modifications

  • .out file includes package version that exports the data
  • Add DataExplorer.plot()