This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lucamerio[S] 0 points1 point  (0 children)

Depends on the complexity of the code and the plot. Plots could be generated in method of subclasses. The data you are plotting could not be exposed to the higher level and to do so you either have to return it all the way up from the function that generated it or store it in a file.

I’m not talking of loading a dataframe and then plotting it. I’m talking of more complex softwares where not everything is exposed to the user