Closed sameeresque closed 3 years ago
the image of the light curve cannot be seen in display windows probably due to the above error, I have latest matplotlib setup
This seems to be a very rare error, as even Google returns basically nothing. According to this comment on Stack Overflow, it may be caused by a problem with your matplotlib installation. How did you install it?
I had done the installation using apt-get ... sudo apt-get install python-matplotlib
Please try as told in the installation instructions. In your case:
sudo apt-get build-dep python-matplotlib python-scipy
sudo pip install "matplotlib>=1.2.1"
Did that but the same error, I had done the installation this way only not as I mentioned earlier
This seems to be a problem with the agg backend. Please try configuring your matplotlib installation to use a different backend via a matplotlibrc
configuration file.
Thanks for contributing to this issue. As it has been 180 days since the last activity, we'll be automatically closing the issue soon. This is often because the request was already solved in some way and it just wasn't updated or it's just no longer relevant. If that's not the case, please respond here within the next 30 days to keep it open. You can read more here: https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea.
I have modified the juicer.rc file to meet our filter requirements, but still encounter this error, help sought