Skip to content

Is there any way to plot bigger plots? #1158

Discussion options

You must be logged in to vote

Hey Armando,
I also use a lot of Plots in Pluto Notbooks (using the backend gr)
I think the problem does not relate to Pluto but to the Plots package.
It took me a while to figure out how to make nice plots with Pluto / Julia and here is some example which might help you regarding plots:

Let's say, you want to make a simple line plot of the function sin(x) with proper Latex labelling.

LaTeX: The first clever trick is to use the latex font Computer modern - then your text looks like LaTeX.
The package LaTeXStrings is very useful if you want to use formulas (not all Latexformulas work acually -> e.g. \boldsymbol{x} won't work (as far i know), but just ask in the forum of gr - they can solve…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@a9lara
Comment options

Answer selected by a9lara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants