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
Currently https://github.com/econtoolkit/julia/blob/master/plotting.md gives the advice which we need to update.
The current advice for basic users: Use Plots.jl with the gr() backend. It is the easiest to setup, even if not always the prettiest.
Plots.jl
gr()
The prettiest for print, if setup correctly, is PyPlot directly or the pyplot backend. But it is tricky to get installed on a desktop.
pyplot
The plotly back-end and PlotlyJS libraries are pretty, but they also have trouble with jupyter at this point.
plotly
PlotlyJS
The text was updated successfully, but these errors were encountered:
Will need to consider the QueryVerse additiosn as well.
Sorry, something went wrong.
No branches or pull requests
Currently https://github.com/econtoolkit/julia/blob/master/plotting.md gives the advice which we need to update.
The current advice for basic users: Use
Plots.jl
with thegr()
backend. It is the easiest to setup, even if not always the prettiest.The prettiest for print, if setup correctly, is PyPlot directly or the
pyplot
backend. But it is tricky to get installed on a desktop.The
plotly
back-end andPlotlyJS
libraries are pretty, but they also have trouble with jupyter at this point.The text was updated successfully, but these errors were encountered: