php1ic / inch

The Interactive Nuclear CHart
GNU General Public License v3.0
3 stars 2 forks source link

Don't set up just to tear down #8

Open php1ic opened 5 years ago

php1ic commented 5 years ago

In the eps file, we set up (set linewidth, colour etc) to draw the r-process, drip lines and magic numbers before checking if they are actually drawn. Thus it's possible that we set-up then tidy-up without actually drawing anything.

Make the necessary changes so this doesn't happen.

php1ic commented 3 years ago

This is fixed for certain cases, but I don't believe it is done for all so will leave this issue open. I'll try and create some input files to make testing of this simpler.