naojsoft / qplan

Other
2 stars 4 forks source link

Matplotlib warnings output to stdout #14

Open ejeschke opened 5 years ago

ejeschke commented 5 years ago

I was playing with qplan and the following warning messages were displayed (in the terminal that I started qplan from) when some charts were plotted.

/home2/gen2/miniconda3/envs/py35/lib/python3.5/site-packages/matplotlib/text.py:2148: UserWarning: You have used the textcoords kwarg, but not the xytext kwarg. This can lead to surprising results. warnings.warn("You have used the textcoords kwarg, but not " /home2/gen2/miniconda3/envs/py35/lib/python3.5/site-packages/matplotlib/figure.py:2362: UserWarning: This figure includes Axes that are not compatible with tight_layout, so results might be incorrect. warnings.warn("This figure includes Axes that are not compatible "

Just thought you might be interested...

Regards,

Takuya Fujiyoshi

ejeschke commented 5 years ago

Hi Tak,

Thanks for the report. Actually, we have seen these warnings. So far we have determined that they are not significant as far as the correct operation of qplan. Of course, we would like to remove spurious warnings so I'll file an issue about them to remind us to eventually deal with them.