Skip to content

Tag: matplotlib

Automated cross stich pattern

I’m trying to create a cross stitch pattern with python as shown in the attached image. So far I simply have the pixilated image. I could import it in excel and manually add the grid and colors etc. But how can I ‘easily’ automate this in python? Can I use any of the normal figure plotting f…

Pandas.plot Multiple plot same figure

I have multiple CSV files that I am trying to plot in same the figure to have a comparison between them. I already read some information about pandas problem not keeping memory plot and creating the new one every time. People were talking about using an ax var, but I do not understand it… For now I have…