Jump to content
You must now use your email address to sign in [click for more info] ×

jonasfoe

New Members
  • Posts

    3
  • Joined

  • Last visited

  1. Is anyone still reviewing this? I would be very happy for a solution as my initial impression of Designer was very good and I am hoping to use it more.
  2. The plot is meant to look like the png attached here. In any other software that I can open the svg with, I get this result. Only with Affinity Designer do I get the solid layer. Removing the solid layer removes important parts of the figure, as you demonstated (the axes). Thanks for the swift feedback.
  3. I am using the popular ggplot2 package for R to make my scientific plots. The transparency doesn't seem to work at all in affinity designer (1.10.5) with a very basic plot. All background appears black. Browsers and Inkscape open it just fine. The R code is really basic: library(ggplot2) theme_update( panel.background = element_rect(fill = "transparent"), # bg of the panel plot.background = element_rect(fill = "transparent", color = NA), legend.background = element_rect(fill = "transparent"), # get rid of legend bg legend.box.background = element_rect(fill = "transparent", colour = NA), # get rid of legend panel bg legend.key = element_rect(fill = "transparent", colour = NA) ) ggplot(cars, aes(speed, dist)) + geom_point() ggsave("test.svg") ggsave("test.png") I am attaching the test.svg file. Your help would be much appreciated. Best, Jonas test.svg
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.