Skip to content

Conversation

@Non-Contradiction
Copy link
Collaborator

Description

This PR wants to support more Julia plot packages in RMarkdown document like PyPlots.

Related Issue

#121
#123

Example

If the PR is finished, then things like

using PyPlot
# use x = linspace(0,2*pi,1000) in Julia 0.6
x = range(0; stop=2*pi, length=1000); y = sin.(3 * x + 4 * cos.(2 * x));
plot(x, y, color="red", linewidth=2.0, linestyle="--")
title("A sinusoidally modulated sinusoid")

should give a plot in a julia chunk in an RMarkdown document.

@ViralBShah ViralBShah marked this pull request as draft November 7, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants