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
Describe the bug
The visual called for Bloqade.plot(AtomList(**)) is insanely large when adding an intermediate number of atoms-- on my laptop, about 100,000 times larger than my screen-- zooming to 1% does not even see the dots.
To Reproduce atom_positions = [Random.rand(2) for x in 1:500] atoms1 = AtomList([tuple(x...) for x in atom_positions])
Expected behavior
An insanely large svg output
Screenshots
Version Info
Julia 1.8.2
Plot made with VSCode jupyter notebook. 4k Screen resolution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The visual called for
Bloqade.plot(AtomList(**))
is insanely large when adding an intermediate number of atoms-- on my laptop, about 100,000 times larger than my screen-- zooming to 1% does not even see the dots.To Reproduce
atom_positions = [Random.rand(2) for x in 1:500]
atoms1 = AtomList([tuple(x...) for x in atom_positions])
Expected behavior
An insanely large svg output
Screenshots
Version Info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: