deepforge
deepforge copied to clipboard
Document usage of matplotlib, plotly, supported versions of plots in DeepForge
This is the active list of Matplotlib figure types supported in deepforge any other plot type from matplotlib will not be drawn for an execution.
To use matplotlib currently for plots, it has to be less than version 3.3.0( 3.2.2 is default).
The following gist consists of examples of operations in deepforge and images of plots created.deepforge
| IsSupported | MatplotlibType | Issue/PR |
|---|---|---|
| :ballot_box_with_check: | Line | #1308 / #1329 |
| :ballot_box_with_check: | Image | #1218 / #1373 |
| :ballot_box_with_check: | Scatter | #1394 / #1546 |
| :ballot_box_with_check: | Histogram | #1745 / #1747 |
| :ballot_box_with_check: | BarChart | #1745 / #1747 |
| :negative_squared_cross_mark: | PieChart | #1745 / #1747 |
Closing this since all the listed types are now supported and the documentation is up to date.
If we want to keep it in a more easily discoverable location, we can simply add it to the docs (maybe here: https://deepforge.readthedocs.io/en/latest/reference/operation_feedback.html).