Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Specify graph plot with x=[.....] and y=[.....] #187

Open
BruceSherwood opened this issue Feb 23, 2019 · 0 comments
Open

Specify graph plot with x=[.....] and y=[.....] #187

BruceSherwood opened this issue Feb 23, 2019 · 0 comments

Comments

@BruceSherwood
Copy link
Owner

Currently, graphing data must be given in the form [ [x,y], [x,y], .....], but many well-known graphing packages require data to be provided in the form x=[.....] and y=[.....], and it has been requested to support this scheme. It is actually the case that both the Flot and Plotly graphing packages supported by VPython use the x and y forms, and VPython reformats the [x,y] form into the x and y form. The relevant file is lib/glow/graph.js.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant