glue icon indicating copy to clipboard operation
glue copied to clipboard

Hide Matplotlib Axes checkbox

Open jsub1 opened this issue 5 years ago • 2 comments

This creates a checkbox that allows the user to hide 2D matplotlib axis. Allows to hide/show axis to included when exporting as script. Also adds test for hiding the axis and exporting.

jsub1 avatar Apr 24 '20 15:04 jsub1

For issue #1883

jsub1 avatar Apr 24 '20 15:04 jsub1

Codecov Report

Merging #2128 into master will increase coverage by 0.10%. The diff coverage is 98.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2128      +/-   ##
==========================================
+ Coverage   87.86%   87.96%   +0.10%     
==========================================
  Files         246      246              
  Lines       22708    22726      +18     
==========================================
+ Hits        19952    19991      +39     
+ Misses       2756     2735      -21     
Impacted Files Coverage Δ
glue/viewers/image/viewer.py 93.58% <85.71%> (+0.87%) :arrow_up:
glue/viewers/matplotlib/viewer.py 95.83% <97.50%> (+1.91%) :arrow_up:
glue/viewers/histogram/qt/options_widget.py 87.09% <100.00%> (ø)
glue/viewers/image/qt/options_widget.py 84.00% <100.00%> (ø)
glue/viewers/matplotlib/mpl_axes.py 90.47% <100.00%> (+0.23%) :arrow_up:
glue/viewers/matplotlib/state.py 99.39% <100.00%> (+9.20%) :arrow_up:
glue/viewers/profile/qt/options_widget.py 100.00% <100.00%> (ø)
glue/viewers/scatter/qt/options_widget.py 89.74% <100.00%> (ø)
... and 3 more

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 7fcd828...62785cd. Read the comment docs.

codecov[bot] avatar Apr 24 '20 15:04 codecov[bot]