cool hamsters never sleep

2022년 07월 11일 본문

Today I Learned

2022년 07월 11일

슈슈 susu 2022. 7. 11. 15:43

1. 파이썬에서

'c' argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedence in case its length matches with 'x' & 'y'.  Please use a 2-D array with a single row if you really want to specify the same RGB or RGBA value for all points.

 

라고 뜨면 아래와 같이 입력하면 된다.

from matplotlib.axes._axes import _log as matplotlib_axes_logger
matplotlib_axes_logger.setLevel('ERROR')

 

'Today I Learned' 카테고리의 다른 글

2022년 07월 13일  (0) 2022.07.13
2022년 07월 12일  (0) 2022.07.12
2022년 07월 09일  (0) 2022.07.09
2022년 07월 07일  (0) 2022.07.07
2022년 07월 05일  (0) 2022.07.05
Comments