<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Write a code to plot the speed of a passenger train as shown in the figure given below: Assume the values for x from 1 to 5 and the other axis is taken as 1.5x and x/3.0. - Python				            </title>
            <link>https://discuss.codewithbishal.com/python/write-a-code-to-plot-the-speed-of-a-passenger-train-as-shown-in-the-figure-given-below-assume-the-values-for-x-from-1-to-5-and-the-other-axis-is-taken-as-1-5x-and-x-3-0/</link>
            <description>Discuss Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 16 Jul 2026 04:45:46 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer to: Write a code to plot the speed of a passenger train as shown in the figure given below: Assume the values for x from 1 to 5 and the other axis is taken as 1.5x and x/3.0.</title>
                        <link>https://discuss.codewithbishal.com/python/write-a-code-to-plot-the-speed-of-a-passenger-train-as-shown-in-the-figure-given-below-assume-the-values-for-x-from-1-to-5-and-the-other-axis-is-taken-as-1-5x-and-x-3-0/#post-44</link>
                        <pubDate>Sun, 27 Nov 2022 16:29:16 +0000</pubDate>
                        <description><![CDATA[import pandas as pd
import matplotlib.pyplot as plt
import numpy as np

x = np.arange(1, 5)

plt.plot(x, x*1.5, label=&#039;Normal&#039;)

plt.plot(x, x*3.0, label=&#039;Fast&#039;)

plt.plot(x, x/3.0...]]></description>
                        <content:encoded><![CDATA[<pre contenteditable="false">import pandas as pd
import matplotlib.pyplot as plt
import numpy as np

x = np.arange(1, 5)

plt.plot(x, x*1.5, label='Normal')

plt.plot(x, x*3.0, label='Fast')

plt.plot(x, x/3.0, label='Slow')

plt.legend()

plt.show()</pre>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/python/">Python</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/python/write-a-code-to-plot-the-speed-of-a-passenger-train-as-shown-in-the-figure-given-below-assume-the-values-for-x-from-1-to-5-and-the-other-axis-is-taken-as-1-5x-and-x-3-0/#post-44</guid>
                    </item>
				                    <item>
                        <title>Write a code to plot the speed of a passenger train as shown in the figure given below: Assume the values for x from 1 to 5 and the other axis is taken as 1.5x and x/3.0.</title>
                        <link>https://discuss.codewithbishal.com/python/write-a-code-to-plot-the-speed-of-a-passenger-train-as-shown-in-the-figure-given-below-assume-the-values-for-x-from-1-to-5-and-the-other-axis-is-taken-as-1-5x-and-x-3-0/#post-43</link>
                        <pubDate>Sun, 27 Nov 2022 16:26:28 +0000</pubDate>
                        <description><![CDATA[Write a code to plot the speed of a passenger train as shown in the figure given below: Assume the values for x from 1 to 5 and the other axis is taken as 1.5x and x/3.0.
 
 
 Screenshot-...]]></description>
                        <content:encoded><![CDATA[<p>Write a code to plot the speed of a passenger train as shown in the figure given below: Assume the values for x from 1 to 5 and the other axis is taken as 1.5x and x/3.0.</p>
<p> </p>
<p> <img src="//discuss.codewithbishal.com/wp-content/uploads/wpforo/default_attachments/1669566388-Screenshot-2022-11-27-at-95604-PM.png" width="350" height="200" /></p>
<div id="wpfa-244" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screenshot-2022-11-27-at-9.56.04-PM.png" href="//discuss.codewithbishal.com/wp-content/uploads/wpforo/default_attachments/1669566388-Screenshot-2022-11-27-at-95604-PM.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screenshot-2022-11-27-at-9.56.04-PM.png</a></div>]]></content:encoded>
						                            <category domain="https://discuss.codewithbishal.com/python/">Python</category>                        <dc:creator>CodeWithBishal-admin</dc:creator>
                        <guid isPermaLink="true">https://discuss.codewithbishal.com/python/write-a-code-to-plot-the-speed-of-a-passenger-train-as-shown-in-the-figure-given-below-assume-the-values-for-x-from-1-to-5-and-the-other-axis-is-taken-as-1-5x-and-x-3-0/#post-43</guid>
                    </item>
							        </channel>
        </rss>
		