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

Search the Community

Showing results for tags 'afb-4483'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Affinity Support
    • News and Information
    • Frequently Asked Questions
    • Affinity Support & Questions
    • Feedback & Suggestions
  • Learn and Share
    • Tutorials (Staff and Customer Created Tutorials)
    • Share your work
    • Resources
  • Bug Reporting
    • V2 Bugs found on macOS
    • V2 Bugs found on Windows
    • V2 Bugs found on iPad
    • Reports of Bugs in Affinity Version 1 applications
  • Beta Software Forums
    • 2.5 Beta New Features and Improvements
    • Other New Bugs and Issues in the Betas
    • Beta Software Program Members Area
    • [ARCHIVE] Reports from earlier Affinity betas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests


Member Title

Found 1 result

  1. I'm generating a pdf from python with the following code: ``` import numpy as np import matplotlib.pyplot as plt x = np.arange(10) y = np.ones_like(x) yerr = 5*np.ones_like(x) fig, ax = plt.subplots() ax.errorbar(x, y, yerr=yerr, fmt='o') ax.set_ylim(0, 2) plt.savefig('Errorbar_graph.pdf') ``` When I import (drop and drag) or open the file in Affinity Publisher or Designer, the graph is not shown correctly. The errorbars are extending over the graph's axis. Opening in Adobe reader does work correctly. I've attached a screenshot of what it should look like vs the affinity result. It seems that the errorbars aren't 'clipped' correctly on the axis. I'm using publisher/designer v1.8.5.703 Errorbar_graph.pdf
×
×
  • 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.