<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>송례중학교 과학영재 by 한빛모은</title>
      <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-08 02:49:27 UTC</pubDate>
      <lastBuildDate>2026-03-31 06:58:33 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>태양주변구상성단</title>
         <author>bitmon1234</author>
         <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843290342</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2036152544/6b7199f8ac1698fad7fd70bb08752bc5/________.csv" />
         <pubDate>2026-03-27 22:46:57 UTC</pubDate>
         <guid>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843290342</guid>
      </item>
      <item>
         <title>1. 각각의 축에서 구상성단 위치 표시하기</title>
         <author>bitmon1234</author>
         <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294072</link>
         <description><![CDATA[<p>import pandas as pd</p><p>import matplotlib.pyplot as plt</p><p>data = <a rel="noopener noreferrer nofollow" href="http://pd.read">pd.read</a>_csv("태양주변구성성분.csv")</p><p>x = data["X"]</p><p>y = data["Y"]</p><p>z = data["Z"]</p><p>plt.figure(figsize=(15,4))</p><p>def draw_subplot(a,b,c):</p><p>    plt.subplot(1,3,a)</p><p>    plt.scatter(b,c)</p><p>    plt.grid(linestyle="--")</p><p>draw_subplot(1,x,y)</p><p>draw_subplot(2,y,z)</p><p>draw_subplot(3,x,z)</p><p><a rel="noopener noreferrer nofollow" href="http://plt.show">plt.show</a>()</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-03-27 22:59:43 UTC</pubDate>
         <guid>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294072</guid>
      </item>
      <item>
         <title>2. 파이썬에 태양의 위치와 축 표시하기  </title>
         <author>bitmon1234</author>
         <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294560</link>
         <description><![CDATA[<p>import pandas as pd</p><p>import matplotlib.pyplot as plt</p><p>data = <a rel="noopener noreferrer nofollow" href="http://pd.read">pd.read</a>_csv("태양주변구성성단.csv")</p><p>x = data["X"]</p><p>y = data["Y"]</p><p>z = data["Z"]</p><p>plt.figure(figsize=(15,4))</p><p>def draw_subplot(a,b,c):</p><p>    plt.subplot(1,3,a)</p><p>    plt.scatter(b,c, label="구상성단")</p><p>    plt.grid(linestyle="--")</p><p>    plt.scatter(0,0, label="태양")</p><p>    plt.xlabel(<a rel="noopener noreferrer nofollow" href="http://b.name">b.name</a>)</p><p>    plt.ylabel(<a rel="noopener noreferrer nofollow" href="http://c.name">c.name</a>)</p><p>    plt.title(<a rel="noopener noreferrer nofollow" href="http://b.name">b.name</a>+"-"+<a rel="noopener noreferrer nofollow" href="http://c.name">c.name</a>+"좌표 구성성단의 위치")</p><p>draw_subplot(1,x,y)</p><p>draw_subplot(2,y,z)</p><p>draw_subplot(3,x,z)</p><p><a rel="noopener noreferrer nofollow" href="http://plt.show">plt.show</a>()</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-03-27 23:01:16 UTC</pubDate>
         <guid>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294560</guid>
      </item>
      <item>
         <title>3. 3D 그래프로 표시하기</title>
         <author>bitmon1234</author>
         <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294897</link>
         <description><![CDATA[<p>import pandas as pd</p><p>import matplotlib.pyplot as plt</p><p>data = <a rel="noopener noreferrer nofollow" href="http://pd.read">pd.read</a>_csv("태양주변구상성단.csv")</p><p>x = data["X"]</p><p>y = data["Y"]</p><p>z = data["Z"]</p><p>fig = plt.figure(figsize=(10,10))</p><p>ax = fig.add_subplot(projection="3d")</p><p>ax.view_init(15,15)</p><p>ax.scatter(x,y,z, marker="o", s=15, c="darkgreen")</p><p>ax.scatter(0,0,0, marker="o", s=100, c="red")</p><p>plt.xlabel("X(kpc)")</p><p>plt.ylabel("Y(kpc)")</p><p>ax.set_zlabel("Z(kpc)")</p><p><a rel="noopener noreferrer nofollow" href="http://plt.show">plt.show</a>()</p>]]></description>
         <enclosure url="" />
         <pubDate>2026-03-27 23:02:36 UTC</pubDate>
         <guid>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3843294897</guid>
      </item>
      <item>
         <title>과학 보고서 과제 연구 작성법(양식 있음)</title>
         <author>bitmon1234</author>
         <link>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3846972989</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/2036152544/bf35f9fc08abfad012fa0325bfa65239/_____DBpia_AI____________________A3_____1_.hwp" />
         <pubDate>2026-03-31 06:58:32 UTC</pubDate>
         <guid>https://padlet.com/bitmon1234/aoulwmscv4903s1y/wish/3846972989</guid>
      </item>
   </channel>
</rss>
