Can't writemime plots
Open
- Dominant language
- Julia
- Stars
- 488
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
I was expecting to be able to do
```
open(file->writemime(file,"image/png",PyPlot.streamplot(args...)),"test.png","w"))
```
In order to save a PyPlot plot (this works for e.g. Gadfly/Winston). Any chance that could be supported?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by examining how PyPlot handles writemime and how Gadfly or Winston support saving plots through the same interface. Reproduce the issue with the shown PyPlot.streamplot example and check whether the command can write image/png to test.png. Done means the example successfully saves a PNG plot.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100