dhasterok / LaserMapExplorer

An intuitive interface application designed to process and visualize large volumes of geochemical data.
5 stars 0 forks source link

Make swap axes more generic? #36

Closed dhasterok closed 4 months ago

dhasterok commented 5 months ago

Allow for swapping x and y on certain plots other than analyte maps, e.g. scatter.

dhasterok commented 5 months ago

Swap does not work properly for analyte maps. Not sure what the issue is. Probably should be the other byte order?

dhasterok commented 5 months ago

Swap works correctly for scatter plots.

dhasterok commented 4 months ago

Fixed swap for maps. Had to resort the dataframe over Y, then X.