Group Abstract Group Abstract

Message Boards Message Boards

1
|
7K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Redux: Why does ListPlot3D not work within Dataset?

Posted 10 years ago

The attached notebook describe my problem: Generate a table of data Use ListPlot3D to show the resulting surface. Encapsulate the data into a Dataset and use ListPlot within the Dataset construct to plot portions of the data in 2D. Try to plot using ListPlot3D to replicate the surface obtained above; seeming does not work. What am I doing wrong?

Attachments:
POSTED BY: Coach KLC
2 Replies
Posted 10 years ago

Jason, Thanks so much for getting back to me with this! Also for not berating me for not having found a year-old post! I am so grateful for your help...thought I was going bonkers... Coachklc

POSTED BY: Coach KLC

Coachklc, See this post - it would seem that some functions have been updated to work with Association objects but others haven't.

For example, bikeDS[ListPointPlot3D, {"A", "B", "C"}] works out of the box, but bikeDS[ListPlot3D, {"A", "B", "C"}] doesn't.

The workaround is to use bikeDS[ListPlot3D, {#A, #B, #C} &] This notation works for all the functions, i.e. bikeDS[ListPlot, {#A, #C} &] etc.

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