Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Table Feature Factory #595

Closed
keithjjones opened this issue Oct 26, 2016 · 2 comments
Closed

Feature Request: Table Feature Factory #595

keithjjones opened this issue Oct 26, 2016 · 2 comments

Comments

@keithjjones
Copy link

Please think about adding the ability to get a table data back so you don't have to have it as a figure already. Being able to add a table simply with the subplots facility would be much easier than the methods outlined in the documentation. I couldn't find how to plot a pre-generated figure as a sub plot. If the ability is there, I could not find it in the documentation.

@keithjjones
Copy link
Author

For example, using the documentation won't plot a pie graph on top of a table.

@cldougl
Copy link
Member

cldougl commented Oct 28, 2016

Hi there, unfortunately the table is part of our figure factory wrapper (the entire figure will be returned as these wrapper create the given chart with data and layout attributes.) This is necessary for this wrapper because the text is added with plotly annotations which are part of the layout object (not the data).
I'm going to close this issue because the request will not be possible with this given wrapper in this repo BUT we would like to add tables to our core graphing library plotly.js, to make them a more customizable feature. You can follow this issue for updates on that.

Additionally, it is possible to plot a table and piechart subplot: I've added an example here: https://plot.ly/python/table/#tables-with-graphs for more information about pie-chart subplots see: https://plot.ly/python/pie-charts/

@cldougl cldougl closed this as completed Oct 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants