gafusion / omas

Ordered Multidimensional Array Structure
http://gafusion.github.io/omas
MIT License
30 stars 15 forks source link

changed plot_core_profiles_summary #115

Closed TimSlendebroek closed 4 years ago

TimSlendebroek commented 4 years ago

ToDo:

example call:

ods.plot_core_profiles_summary(quantities=['temperature', 'density_thermal', ods_species=[-1,0], lw=2)
image
ods.plot_core_profiles_summary(lw=2)
image
codecov[bot] commented 4 years ago

Codecov Report

Merging #115 into master will increase coverage by 0.90%. The diff coverage is 97.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   78.50%   79.40%   +0.90%     
==========================================
  Files          46       46              
  Lines        8661    10203    +1542     
==========================================
+ Hits         6799     8102    +1303     
- Misses       1862     2101     +239     
Impacted Files Coverage Δ
omas/omas_plot.py 81.02% <97.22%> (+2.97%) :arrow_up:
omas/tests/test_omas_plot.py 98.74% <100.00%> (-0.59%) :arrow_down:
omas/omas_uda.py 11.53% <0.00%> (-1.19%) :arrow_down:
omas/omas_sample.py 99.29% <0.00%> (-0.19%) :arrow_down:
omas/omas_setup.py 85.52% <0.00%> (-0.19%) :arrow_down:
omas/omas_cocos.py 100.00% <0.00%> (ø)
omas/examples/omas_units.py 100.00% <0.00%> (ø)
omas/omas_structure.py 15.27% <0.00%> (+0.49%) :arrow_up:
omas/omas_mongo.py 77.17% <0.00%> (+1.36%) :arrow_up:
... and 6 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 51bc554...a074a89. Read the comment docs.