NSLS-II-SIX / sixtools

Software for performing resonant inelastic xray scattering analysis at NSLS-II
https://pypi.org/project/sixtools
Other
1 stars 2 forks source link

change plotting to impose +ve y is up convention #43

Closed mpmdean closed 5 years ago

mpmdean commented 5 years ago

Following #39 this plots with the +ve y direction upwards

codecov-io commented 5 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   46.45%   46.45%           
=======================================
  Files           3        3           
  Lines         282      282           
=======================================
  Hits          131      131           
  Misses        151      151

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c545a58...3ef5409. Read the comment docs.

mpmdean commented 5 years ago

Turns out the bug that required cax.set_xticks([]) cax.set_xticks([])
seems to have been fixed in matplotlib updates / changes in the examples and can be just removed.

awalter-bnl commented 5 years ago

perfect I am happy with this now, meeging.