We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All output pictures generated by jzy3d are saved in the markdown files. https://github.com/nmltd/s2-public/tree/main/Examples/Plotting/jzy3d
It is probably because this is how these pictures are binary and are saved in the markdown files. See the code for generation: https://github.com/nmltd/s2-dev/blob/main/s2-java/s2-core/src/main/java/dev/nm/s2/plot/jzy3d/Jzy3dChartEncoder.java
However, all pictures generated by lets-plot and plotly are not saved. They need to be regenerated again by executing the code again.
The line in the picture is not saved in the markdown file. I had to regenerate it by executing the plotly code again.
https://github.com/nmltd/s2-public/tree/main/Examples/Plotting
Is there anyway to save the pictures/binaries in the markdown files?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
All output pictures generated by jzy3d are saved in the markdown files.
https://github.com/nmltd/s2-public/tree/main/Examples/Plotting/jzy3d
It is probably because this is how these pictures are binary and are saved in the markdown files.
See the code for generation:
https://github.com/nmltd/s2-dev/blob/main/s2-java/s2-core/src/main/java/dev/nm/s2/plot/jzy3d/Jzy3dChartEncoder.java
However, all pictures generated by lets-plot and plotly are not saved. They need to be regenerated again by executing the code again.
The line in the picture is not saved in the markdown file. I had to regenerate it by executing the plotly code again.
https://github.com/nmltd/s2-public/tree/main/Examples/Plotting
Is there anyway to save the pictures/binaries in the markdown files?
The text was updated successfully, but these errors were encountered: