RMI-PACTA / pacta.executive.summary

Repo containing the code to generate charts in the PACTA COP executive summary document.
https://rmi-pacta.github.io/pacta.executive.summary/
Other
2 stars 1 forks source link

Investigate survey plots rendering issue #310

Open MonikaFu opened 3 months ago

MonikaFu commented 3 months ago

Depending on pdf engine used to open the executive summary file, the plots have grey lines around them in some cases.

Preview (MacOS)

image

Adobe Acrobat Reader image

The lines are not desirable.

AB#10964

jdhoffa commented 3 months ago

Bizarre! I can try to look into this today

AlexAxthelm commented 3 months ago

My initial guess (and stress that it's a guess) is that this is something related to the mechanisms we're using for aligning the plots, and the images not fitting in quite nicely to the hboxes that LaTeX is wrapping them in.

My other suspicion is that it might be artifacts that are related to using PNGs, rather than an SVG for example.

jdhoffa commented 3 months ago

Something strange I noticed looking into this... the bars seem to vary/ disappear depending on how zoomed the .pdf is (in Acrobat):

At 100% there are 4 bars:

Screenshot 2024-05-08 at 09 47 20

At 125% there are only 2 bars:

Screenshot 2024-05-08 at 09 48 23
AlexAxthelm commented 3 months ago

possibly relevant: https://tex.stackexchange.com/a/252047