-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Exceptions when Subplot Matrix is Bigger then Default #60
Comments
Hi @soraxas, thanks for the report and sorry for late reply (I put aside this project for awhile after the latest version update). I understand the issue: It seems it requires the creation of custom exceptions, which I am not familiar with yet, therefore I will work on it for next version. Also I like the idea of giving the user the ability to configure default values, something i will also think about. I will update and thanks |
Hi @soraxas , thanks a lot for the issue report. I should have sorted this in the newly updated 4.1.0 version, available on github and pypi. Now setting a higher then 10 number of Also in order to change the default value max value of 10, it is probably easier to do it directly instead of creating a function. Here is how:
Please let me know what you think, especially if the issue persists in any other form. All the best, |
Thanks for the kind reply and update on matter, appreciate it! Thanks for the amazing work |
I was confused by a strange index out of bound error
which, after some extensive investigation I realise it's due to
plotext/plotext/_figure.py
Line 41 in db4bb95
and the defaults is defined in
plotext/plotext/_default.py
Line 6 in db4bb95
I don't oppose sane defaults (it should probably be configurable). However, this override is undetectable from user code as it is enforced in figure creation without any notice. In my opinion, it might be better off throw an exception instead of silently overrides the subplot size...
The text was updated successfully, but these errors were encountered: