2024/09

작성일자 : 2024-09-21Ver 0.1.1 CircleCircel Mark는 Point Mark와 유사하지만 (1) 모양 값이 항상 원으로 설정되어 있고 (2) 기본적으로 채워집니다.속성A circle mark definition can contain any standard mark properties and the following special properties:속성유형설명sizeanyOf(number, ExprRef)Default size for marks.For point/circle/square, this represents the pixel area of the marks. Note that this value sets the area of the symbol; the side len..
작성일자 : 2024-09-20수정일자 : 2024-09-22Ver 0.1.3참고 사이트 matplotlib.pyplot — Matplotlib 3.9.2 documentationmatplotlib.pyplot matplotlib.pyplot is a state-based interface to matplotlib. It provides an implicit, MATLAB-like, way of plotting. It also opens figures on your screen, and acts as the figure GUI manager. pyplot is mainly intended for interactive plots amatplotlib.org 그리기# 라이브러리 불러오기import matpl..
작성일자 : 2024-09-20Ver 0.1.1 Box PlotBox Plot은 요약 통계 세트를 사용하여 정량적 값의 분포를 요약한다. Box Plot의 중앙값 눈금은 중앙값을 나타내며, 아래쪽과 위쪽은 각각 1분위와 3분위를 나타낸다. 상자 그림의 유형에 따라 수염의 끝은 여러 가지를 나타낼 수 있다.Box Plot을 만들려면 mark_boxplot 메서드을 사용합니다.속성아래에 나열된 속성 외에도 상자, 중앙값, 규칙, 특이치 및 눈금을 사용하여 상자 그림의 여러 부분에 대한 기본 표시 속성을 지정할 수도 있다.속성유형설명extendanyOf(string, number)The extent of the whiskers. Available options include:"min-max": min a..
작성일자 : 2024-09-15Ver 0.1.1Reference : API-Reference실행시 streamlit run app.pyimport streamlit as stst.set_page_config( page_title = "포켓몬 도감" #페이지 탭 이름 ,page_icon = "./tutorial/images/monsterball.png" # 페이지 아이콘)st.title("streamlit 포켓몬 도감")st.markdown("**포켓몬**을 하나씩 추가해서 도감을 채워보세요")# 포켓몬 속성 Dictionarytype_emoji_dict = { "노말": "⚪", "격투": "✊", "비행": "🕊", "독": "☠️", "땅": "🌋", "..
Unlimited Jun
'2024/09 글 목록 (4 Page)