Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- MySQL
- Visualization
- Google Analytics
- 한빛미디어서평단
- 시각화
- tensorflow
- 딥러닝
- 서평
- 블로그
- Pandas
- 파이썬
- matplotlib
- Tistory
- Ga
- 통계학
- 서평단
- 한빛미디어
- 월간결산
- MATLAB
- 매틀랩
- 독후감
- Blog
- 파이썬 시각화
- 텐서플로
- python visualization
- 리눅스
- SQL
- Linux
- 티스토리
- Python
Archives
- Today
- Total
pbj0812의 코딩 일기
[MATLAB] colorbar 크기 설정 본문
fig1=figure;
left=100;
bottom=100;
width=20;
height=500;
pos=[left bottom width height];
axis off
colorbar([0.1 0.1 0.7 0.8])
set(fig1,'outerPosition',pos)
'ComputerLanguage_Program > MATLAB(OCTAVE)' 카테고리의 다른 글
[MATLAB] o플롯시 안쪽 동그라미 색깔 지정 (0) | 2018.09.03 |
---|---|
[MATLAB] colorbar 저장법1 (0) | 2018.09.03 |
[MATLAB] contour시 text입력 (0) | 2018.09.03 |
[MATLAB] colorbar 저장법2 (0) | 2018.09.03 |
[MATLAB] 이미지와 그래프 겹쳐 그리기 (0) | 2018.09.03 |
Comments