Johannes Ring

Results 7 comments of Johannes Ring

Try this one instead: https://github.com/doconce/preprocess

Yes, it should. Maybe you can register an [issue](https://github.com/doconce/preprocess/issues) for this?

I'm having a similar problem. After `conda install preprocess` and running `preprocess -h` I get this error message: ``` python: can't open file 'C:\Users\johannr\Anaconda\Scripts\preprocess.py': [Errno 2] No such file or...

Unfortunately, it is not possible to modify the metadata on PyPi without making a new release and I doubt that will happen since SciTools is no longer maintained.

Do you mean a post-release? I am not familiar with any discussion about maintaining SciTools. If there was some interest in using it, I could probably maintain it myself, however...

Which backend are you using?

You can fix this by calling the `show` function on the matplotlib backend object, like in this example: ``` python from scitools.std import * x = linspace(0, 2*pi, 101) y...