GithubHelp home page GithubHelp logo

Comments (5)

38 avatar 38 commented on July 25, 2024

Hi, thanks for feedback. That's an good idea and I am happy to add that.

Also could you please provide a stack backtrace to the panic. Since Plotters should returning error code instead of panicking inside the library. So if you can give me the backtrace it will be very helpful.

Thanks again!

from plotters.

jkaessens avatar jkaessens commented on July 25, 2024

Hi,
now that you put a finger on it, I realize that it's not actually panicking, it's just my lax error handling that made think it was panicking. Sorry for that!

However, the issue is still there. It's ChartContext::draw() returning with the error

Error: BackendError(FontError(FontLoadError(UnrecognizedFormat)))

For reference, it's Nimbus Sans Regular that irritates plotters.

from plotters.

jkaessens avatar jkaessens commented on July 25, 2024

I could narrow it down to the file src/chart/mesh.rs:157 where a default font "Arial" is loaded. If I replace the font face with something that I do have on my system, i.e. "DejaVu Sans", it works as expected. Specifying a different font for the label does not.

Maybe Nimbus Sans is causing trouble because it's a standard replacement font for Arial, thus leading to the above error?

from plotters.

38 avatar 38 commented on July 25, 2024

Thanks for digging into it. I guess you are right, and it doesn't support OTF font loading.
The spot you are looking at is for drawing the axis label.

I am going to fix this once I have time. (Currently traveling and no time for coding)
What I am planning to do is allowing customize the default font. (Let me know if this won't help)

Plus I am currently planning to look into the entire font manipulate code since I have realized one of the library I used is leaking memory. I am going to make all those change and cleanup the font manipulating part completely once I have time.

Thanks a lot!

from plotters.

38 avatar 38 commented on July 25, 2024

Seems we are now quite robust on font loading after we switch to font-kit, even though the proposed global defaults isn't ready yet. Closing this issue, and tracking the global defaults under issue #73

from plotters.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.