Skip to main content
10-Marble
May 16, 2022
Solved

chart component

  • May 16, 2022
  • 1 reply
  • 8654 views

Has anyone figured out how to plot a vector of points using the chart component in Prime?  It used to be so simple in Mathcad 15.

Best answer by TerryRickard

Thanks for your help, Werner and Luc.  After a struggle, I finally got the chart component to do what I want (sort of).  Now, if they would just allow more than 50K points per trace, but I suppose that's too much to ask of a 64 BIT APPLICATION!!!!

The other quirk, which almost gave me a heart attack, is that when I go to save a worksheet that has several chart components, it makes me open and close the UI for EVERY ONE OF THEM before it will save.  I can only hope that this buggy POS will be improved before my Mathcad 15 licenses run out.

1 reply

25-Diamond I
May 16, 2022

Something like this?

Werner_E_0-1652734258804.png

 

The far too tiny numbers in the chart component to the left are because the chart component does not scale properly if used with a higher screen resolution. Thats one of the reasons its useless for me.
I used Prime 6 but I had not heard that they would have improved something here in the newer Prime versions.

 

10-Marble
May 16, 2022

Thanks Werner.  I already have a (large) defined vector to plot.  Just want the x-axis to be the element index of the vector and the y-axis to be the vector element values.  The chart component insists upon X being a scalar.

23-Emerald IV
May 16, 2022

Like this:

LucMeekes_0-1652735824145.png

Success!
Luc