Message Boards Message Boards

0
|
2418 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

How do I convert two series for plotting?

Attachments:
POSTED BY: Fred Mayer
2 Replies
Posted 3 years ago

Hi Fred,

The elements of hList and TList are strings. They need to be converted to numeric before plotting. One way to do that

ListLogPlot[Interpreter["Number"] /@ {hList, TList},
 PlotRange -> All,
 PlotLegends -> {"hList", "TList"}]

enter image description here

POSTED BY: Rohit Namjoshi

Rphit, Thank you very much! I will make use of this solution on many issues later. Fred Mayer

POSTED BY: Fred Mayer
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract