T O P I C R E V I E W |
Katherine_Ryan |
Posted - 08/28/2023 : 07:39:49 AM I've been working on a project that involves creating some complex graphs in Python and exporting them as PDF files. However, I've encountered a few challenges that I could use some help with.I'm trying to enable anti-aliasing for my graphs to improve their visual quality. I've heard that this can be achieved using certain libraries or settings, but I'm not exactly sure how to implement it. Has anyone successfully enabled anti-aliasing for graphs in Python before? Could you please provide some guidance or code examples? |
1 L A T E S T R E P L I E S (Newest First) |
YimingChen |
Posted - 08/28/2023 : 08:41:40 AM graph.set_int('aa', 1) Check this example: https://www.originlab.com/doc/en/python/Examples/Graphing#Line_Plot_with_Log_Scale
James |
|
|