On Friday, 16 June 2017 06:44:02 UTC-6, Ingo Dahn wrote:
>
> I am using the following construction in a linked cell to generate a 
> histogramm of the data array in a file.
>
> import matplotlib.pyplot as plt
> plt.hist(data,bins=classes)
> plt.savefig('Histogramm.png') 
> plt.close()
>
> Problem: When the data array changes and the linked cell is re-evaluated, 
> the diagram is not re-generated. It is re-generated if I change the file 
> name in the code. Is there a way to enforce regeneration of the file?
>

Can you please give a full page example so I know exactly what has to be 
fixed? 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/517a696b-5a73-4039-b47d-6ced552aebff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to