#๐ matplotlib not showing up
38 messages ยท Page 1 of 1 (latest)
@fleet swallow
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
what happens when you run python -m pip install -U matplotlib
are you using a virtual environment? I'm wondering if you have it installed, but not in the correct place.
a what?
virtual environment. or venv
Are you running your python script using the command line or through vscode somehow?
If your running it through vs code, try running your python script through the command line
im running it through vscode
See if that makes any difference
it found a nonexistent error
o shi its red too
this is odd, it worked just fine a few months ago
but suddenly matplotlib bricked
Is there a venv folder in your project?
๐คท in the folder where this project is in there isn't a venv folder
this is a simple calculator
ok. i was just confirming that.
btw diakrinousa is a discriminant
it checks for roots of a polynomial, sorry for writing it in greeklish
Try running your code using the system terminal instead of the vs code terminal and see if that makes a difference. I'm just throwing ideas out there to see if anything sticks. It seems like your issue is matplot lib
like through cmd?
it runs them one by one ๐
python main.py or whatever your file name is.
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.