You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: