Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Plots.jl 时,我经常收到以下警告消息:
WARNING: No strict ticks found
这是什么意思?
MWE:plot(x->1/x,0,1)
plot(x->1/x,0,1)