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
Yes, using plot(g(x),(x,0,pi), frame=True) shows that this is indeed the same issue as #34233.. So I am closing this as a duplicate.
However, I am raising the priority of the other report to critical because this is very bad. (A comment from William Stein says "I think this should be a blocker".)
Steps To Reproduce
code:
var('x')
g(x)=1e-6*sin(x)
plot(g(x),(x,0,pi))
Expected Behavior
values on y-axis are false
![Image](https://private-user-images.githubusercontent.com/198861092/412276062-6299c1e4-ed81-40e9-a864-c507b9265f24.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTE3ODMsIm5iZiI6MTczOTU1MTQ4MywicGF0aCI6Ii8xOTg4NjEwOTIvNDEyMjc2MDYyLTYyOTljMWU0LWVkODEtNDBlOS1hODY0LWM1MDdiOTI2NWYyNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQxNjQ0NDNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMmE2YTM0MzdmMDI5YTkzZWQ0NzJhZWNjZGMzM2M4MDA1MGQ5ZDg1MzA3OTFhZTc2OGZkNzllZTRhOTJjN2ExJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.mnvjpVmwM4VcH7v3BTB3ill8Fplz0DIkSWmil15U8Wo)
Actual Behavior
y-axis must be [-1e-6,+1e-6]
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: