<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Chart Component  Error in Mathcad</title>
    <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986360#M215250</link>
    <description>&lt;P&gt;Thank you for the suggestion.&lt;/P&gt;&lt;P&gt;The question was general and did not request a target tangent for any particular curve.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2024 17:56:39 GMT</pubDate>
    <dc:creator>MSRAZA</dc:creator>
    <dc:date>2024-11-29T17:56:39Z</dc:date>
    <item>
      <title>Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986344#M215246</link>
      <description>&lt;P&gt;Plotting a graph with Chart_Component is giving me an error, but insert plot allows me to plot chat with ease. What is causing this error? Kindly help and suggest me a better way to plot if possible.&lt;/P&gt;&lt;P&gt;Also, kindly guide me on how to plot a tangent to a prior plotted graph.&lt;/P&gt;&lt;P&gt;Kindly find the attached document below.&lt;/P&gt;&lt;P&gt;Thanks and regards.&lt;/P&gt;&lt;P&gt;MSRAZA&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="chart_component_error..png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114954iA2F3782335E41B6F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chart_component_error..png" alt="chart_component_error..png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 15:28:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986344#M215246</guid>
      <dc:creator>MSRAZA</dc:creator>
      <dc:date>2024-11-29T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986349#M215247</link>
      <description>&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;I see at least three problems: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) You have to use sigma.415 for Y[1 and&amp;nbsp; not a manually defined new range&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;2) To get the same plot as shown in the native Prime Plot you have to swap X and Y for the second and third plot. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;3) The Chart component has some advantages, but also many disadvantages.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;One of them is that it does not know anything about units (incomprehensible for an add-on to a software like Mathcad Prime).&lt;/SPAN&gt;&lt;/SPAN&gt; It just deals with the numbers it gets and in case of quantities in MPa this is the value in the standard unit Pa. &lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;It is therefore necessary to divide the values ​​to be plotted by the desired unit MPa or at least by 10^6 so the data fits in the range you manually had set.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1732897037068.png" style="width: 598px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114955i2AC26267C9027F2F/image-dimensions/598x471?v=v2" width="598" height="471" role="button" title="Werner_E_0-1732897037068.png" alt="Werner_E_0-1732897037068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt; The fact that in my picture (and probably also when you open my worksheet) the axis scaling is so tiny and the thickness of the lines is so puny is because I am using a small notebook screen in high 4K resolution and therefore use a fairly high Windows zoom factor.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;This is not a problem for any common software nowadays except for the way the chart component was implemented by PTC, because it does not adapt to the Windows zoom factor used.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;I assume that if you recalculate the sheet or click once into the component to open it, the problem will be solved for you and you will see larger numbers and thicker lines.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt; Unfortunately there is no solution for my configuration other than not using the component at all &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Prime 10 file attached&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 16:24:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986349#M215247</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-11-29T16:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986356#M215248</link>
      <description>&lt;P&gt;I appreciate you fixing the graph.&lt;/P&gt;&lt;P&gt;Are there any ideas for drawing a tangent on the plotted graph?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;MSRAZA&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 17:24:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986356#M215248</guid>
      <dc:creator>MSRAZA</dc:creator>
      <dc:date>2024-11-29T17:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986357#M215249</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/897207"&gt;@MSRAZA&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I appreciate you fixing the graph.&lt;/P&gt;
&lt;P&gt;Are there any ideas for drawing a tangent on the plotted graph?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;MSRAZA&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which tangent? Where and for which of the three curves?&lt;/P&gt;
&lt;P&gt;Basically you would need the derivative of the corresponding function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or did you mean the vertical marker at 0.002 which is seen in the native plot?&lt;/P&gt;
&lt;P&gt;I have not much experience with the Chart component because of its many drawbacks but I was not able to find something similar to the markers in the native plot. You may simulate it either by adding grid lines or you may add the vertical line as a fourth trace.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1732903792404.png" style="width: 503px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114958i62E1D7D62F2DC520/image-dimensions/503x383?v=v2" width="503" height="383" role="button" title="Werner_E_0-1732903792404.png" alt="Werner_E_0-1732903792404.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;BTW, font size and line width are set to the maximum allowed in the above plot &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 18:11:09 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986357#M215249</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-11-29T18:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986360#M215250</link>
      <description>&lt;P&gt;Thank you for the suggestion.&lt;/P&gt;&lt;P&gt;The question was general and did not request a target tangent for any particular curve.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 17:56:39 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986360#M215250</guid>
      <dc:creator>MSRAZA</dc:creator>
      <dc:date>2024-11-29T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986364#M215251</link>
      <description>&lt;P&gt;Once you have a function - either by definition as your epsilon,true&amp;nbsp; or by deriving it via interpolation from a couple of points like your stress values - you can always apply some simple math to get the equation for the tangent. Vertical tangents may need a special treatment &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is one way to do it:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1732907478527.png" style="width: 703px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114960i47A181619C908CA8/image-dimensions/703x701?v=v2" width="703" height="701" role="button" title="Werner_E_0-1732907478527.png" alt="Werner_E_0-1732907478527.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Prime 10 sheet attached&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 19:11:47 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986364#M215251</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-11-29T19:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986370#M215252</link>
      <description>&lt;P&gt;&lt;FONT&gt;I also never use&amp;nbsp;&lt;SPAN&gt;Chart component.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;FONT&gt;&amp;nbsp; Small chart size increase the font and plot size.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 423px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114961iA9956D7DF677EA3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 00:07:25 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986370#M215252</guid>
      <dc:creator>ttokoro</dc:creator>
      <dc:date>2024-11-30T00:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986372#M215253</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT&gt;Small chart size increase the font and plot size.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No! Here is what I experience when I size the plot as small as allowed&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner_E_0-1732929267745.png" style="width: 400px;"&gt;&lt;img src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/114962i6F2C23634A5DA8E5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Werner_E_0-1732929267745.png" alt="Werner_E_0-1732929267745.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Font size and line thickness are unchanged from the OPs initial attachment and I guess will look OK in his config.&lt;/P&gt;
&lt;P&gt;The problem, as already written, is the overall Windows scaling used in my configuration (small 15.6" notebook screen but 4K resolution). Windows suggest a scaling of 250% and the Chart component does not act accordingly. This is incomprehensible for current software nowadays, but not really surprising for me if you have followed the 'development' of Prime from the beginning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 01:20:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986372#M215253</guid>
      <dc:creator>Werner_E</dc:creator>
      <dc:date>2024-11-30T01:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Component  Error</title>
      <link>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986377#M215255</link>
      <description>&lt;P&gt;I am grateful for the solution.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 06:32:32 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Mathcad/Chart-Component-Error/m-p/986377#M215255</guid>
      <dc:creator>MSRAZA</dc:creator>
      <dc:date>2024-11-30T06:32:32Z</dc:date>
    </item>
  </channel>
</rss>

