Skip to content

fill between vertical curves in the sub plot

Dears, I have the following csv file depth lst dol Anhd sst 50 20 40 80 100 100 25 50 85 100 150 15 35 75 100 I take the data from csv to draw subplot contains four curves in the same subplot, I have filled by red color from left edge to first curve, also I have filled by

how to restart a else if loop if a user enters a wrong number

So I wrote this simple calculator code but I dont know how to make user repeat the whole cycle if they enter a wrong number I thought of doing it using while loop and boolean is valid i have no idea how to do it a little help would be appreciated :) Answer Here’s your answer: just simply put that

I am merging to list with ascending order

If either i or j reach the end of their list range, how i copy the remainder of the other list to the merge list https://ibb.co/m9JzBYp go to link if not get the question Answer EDIT – OP wanted the code in some specific way.. Please see second snippet. Don’t try to complicate your code.. just go …