<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Aahs on Medium]]></title>
        <description><![CDATA[Stories by Aahs on Medium]]></description>
        <link>https://medium.com/@aahs18377?source=rss-b604d6d9fab2------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/0*mTon3E5owK2UkcEP</url>
            <title>Stories by Aahs on Medium</title>
            <link>https://medium.com/@aahs18377?source=rss-b604d6d9fab2------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Fri, 15 May 2026 08:39:20 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@aahs18377/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[import pandas as pd
import matplotlib.pyplot as plt]]></title>
            <link>https://medium.com/@aahs18377/import-pandas-as-pd-import-matplotlib-pyplot-as-plt-d02e8faf4a38?source=rss-b604d6d9fab2------2</link>
            <guid isPermaLink="false">https://medium.com/p/d02e8faf4a38</guid>
            <dc:creator><![CDATA[Aahs]]></dc:creator>
            <pubDate>Wed, 25 Feb 2026 00:36:56 GMT</pubDate>
            <atom:updated>2026-02-25T00:36:56.779Z</atom:updated>
            <content:encoded><![CDATA[<p>df = pd.DataFrame({<br> “Temperature”: [30, 32, 31, 29, 35],<br> “Humidity”: [60, 65, 63, 70, 68]<br>}, index=[1, 2, 3, 4, 5])</p><p>plt.plot(df.index, df[“Temperature”], label=”Temperature”)<br>plt.plot(df.index, df[“Humidity”], label=”Humidity”)</p><p>plt.xlabel(“Day”)<br>plt.ylabel(“Value”)<br>plt.title(“Weather Conditions Over Days”)<br>plt.legend()</p><p>plt.savefig(“plot.png”) # يحفظ الصورة</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d02e8faf4a38" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>