Results 35 comments of Richard Gerum

With this commit you should be able to start pylustrator after figure generation. Which means you should be able to load your figure from pickle first and then start pylustrator....

Unfortunately you opened the pull request on your fork and not on the original repository, so I cannot merge it. Could you please try to make the pullrequest on the...

I cannot reproduce the error. Here it works fine. Maybe you can update to the latest version and try again. Maybe its a problem with the datetime objects. But then...

Sorry, I don't quite understand what you want to do. Could you elaborate a bit more on your idea? Do you want to activate pylustrator just for a single figure?...

hmm, this seems interesting to be able to save the whole plot to a new and clean python file. Here it might even be interesting to then create a minimal...

hmm your example looks quite a bit bulky as the user has to essentially write their code twice. But maybe the question here is a bit what the use case...

So what I have done for user interfaces that should export plotting code, I wrapped the plot script inside a function. As python introspection can return the code of a...

But I think in general these are two slightly different use cases: 1. you want to have the user export some plot from your user infertece/package. This code could then...

a code creation of a plot function could look like this (I have used a similar function once): ``` def value_create(key, value): import numpy as np import pandas as pd...

As I did not receive feedback on how to reproduce this bug I will close the issue for now.