You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find this anywhere in the examples notebook. I'm trying to manipulate the number of significant figures on my axis ticks.
I have the following data
julia> data
10×2 Array{Float64,2}:10.00.98693220.00.99178230.00.99355240.00.99449850.00.99509960.00.99552270.00.99583980.00.99608790.00.996287100.00.996454
And I'm running Plots.Scatter(data[:,1], data[:,2]), this produces the following plot
This y-axis is completely pointless, and I can't find how to fix it (show 3 significant figures)
The text was updated successfully, but these errors were encountered:
As a future reference, there are a lot of customizable things you can do purely in pgfplots that may not have a direct keyword in PGFPlots.jl, and we use the style option as a somewhat catch-all.
I couldn't find this anywhere in the examples notebook. I'm trying to manipulate the number of significant figures on my axis ticks.
I have the following data
And I'm running
Plots.Scatter(data[:,1], data[:,2])
, this produces the following plotThis y-axis is completely pointless, and I can't find how to fix it (show 3 significant figures)
The text was updated successfully, but these errors were encountered: