python - How to separate one graph from the set of multiple graphs on figure -


I will not be able to put the code here because it is my job

My program has multiple graphs printing on a plot Has been doing. Please see example statistics on the following link:

The above link is just an example. This is not my code nor I have the same program. My subject is completely different. This figure is for reference only.

I am using it to achieve: plot (a, b, label = str (meters)) What do I have to do if any of those three components The graph is obtained and it separates it as if it is the main graph. I am doing this all inside a function, and I have created an array of numbers to loop through these different values ​​to get three different articles.

Do you mean something like this?

as imported NP import matplotlib.pyplot as plt plt.ion () a = np.arange (5) line1, = Plt.plot (a, a ** 2) # A new statistic example is automatically line 2, = plt.plot (a, a ** 3-A) line 3, = plt.plot (a, 4 * aa **) is opened 2/2.) Fig_handle = plt Force a new figure example to open .figure () #plt.plot (a, a ** 2) # It will copy 'line 1', but in this new figure example

If not, please update your question, maybe it is showing the code already present to you. Has denied you can get.


Comments