JSSEnv icon indicating copy to clipboard operation
JSSEnv copied to clipboard

need help :Can't get the Gantt chart gif from env.render()

Open dr76707963 opened this issue 3 years ago • 1 comments

I use JSSEnv project as environment ![圖片1](https://user-images.githubusercontent.com/88368771/168755281-015ba7bb-d5fb-43c7-bf35-1c64193069a6.png) (here is my code)

I had used render() function to render the image, but it didn't work. The GIF doesn't appear successfully . I would like to ask how can i make the Gantt chart appear successfully by using JSSEnv project.

dr76707963 avatar May 17 '22 07:05 dr76707963

Hi,

Sorry for the late answer. Yes, this is normal; render just outputs a single image. If you want to generate a GIF, please check this piece of code: https://github.com/prosysscience/JSSEnv/blob/master/tests/test_rendering.py

ingambe avatar Nov 24 '22 15:11 ingambe