如何在茱莉亚图中更改刻度线的精度

时间:2019-07-01 20:10:14

标签: plot julia

我是第一次在julia中进行绘图,并且已经安装了Juno IDE。我正在使用Plots.jl进行绘制,每次绘制时,y轴运动轨迹都有很多小数。

我尝试了多个后端,例如GR,Plotly,PlotlyJS,但是没有一个可以改变我所看到的行为。

这是我目前产生结果的代码:

    using Plots
    gr()
    x = 1:10; y = rand(10)
    p = plot(x,y)

输出的数字: https://github.com/bojohnson02/Random/blob/master/fig.pdf

1 个答案:

答案 0 :(得分:2)

这是由于Showoff(Plots用于创建轴刻度)的程序包的某些更改而引起的临时错误。它应该已经修复,因此更新软件包应该可以(Glide.with(this@ProfileActivity).load(imageURL).into(imageview) .listener(object : RequestListener<Drawable> { override fun onLoadFailed(e: GlideException?, model: Any?, target: Target<Drawable>?, isFirstResource: Boolean): Boolean { //TODO handle error images while loading photo return true } override fun onResourceReady(resource: Drawable?, model: Any?, target: Target<Drawable>?, dataSource: DataSource?, isFirstResource: Boolean): Boolean { //TODO use "resource" as the photo for your ImageView return true } }).submit() )。如果仍然无法使用,并且您很着急,则安装两个软件包中的]up应该可以解决问题({master后跟] add Plots#master)。