Relative Content

Tag Archive for juliajulia-plots

How to increase the size of the legend box in Julia Plots?

I am using Plots in Julia.
When I join two graphs into the same plot, the legend marker goes outside the legend itself. I’ve used legendfontsize, but it would be hard to see the words if I reduced it enough for the marker to stay inside.

Negative exponent in plot in Julia

The bounty expires in 7 days. Answers to this question are eligible for a +50 reputation bounty. jayjay is looking for an answer from a reputable source. I have data with very small values A =[1.1222557035765826e-7, 2.651246968143401e-7, 1.7965534845544633e-7, 6.726776330241659e-7, 1.3723877581050262e-7, 2.392303846597451e-7, 1.7973640211865906e-7, 6.872377806439872e-7, 1.6561887217935582e-7, 6.478555982586488e-7, 2.8740164125831344e-8, 1.3134595362998213e-8, 7.246216395795657e-7, 5.546199071784553e-7, 7.228658562485518e-7, 3.0842483138432094e-8, 1.6105574416294378e-8, 7.601753721421415e-7]; My problem […]

How do I plot 1/x in Julia?

This seems like a very simple thing to do but the normal methods don’t work for me. I want to plot f(x)=1/x. Here is my code:

Prevent 3d plor from compressing axis

I am using Julia to plot two cubes next to each other. I am doing this by simpling ploting straight line between the corners of the cubes. This is my current code: