GithubHelp home page GithubHelp logo

Comments (3)

arthurmloureiro avatar arthurmloureiro commented on August 13, 2024 2

That seems to work on my current PC! Thank you!

from chainconsumer.

arthurmloureiro avatar arthurmloureiro commented on August 13, 2024

Full error report:

 File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/chainconsumer/plotter.py", line 283, in plot
    fig.canvas.draw()
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/backends/backend_macosx.py", line 46, in draw
    self._draw()
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/backends/backend_macosx.py", line 41, in _draw
    self.figure.draw(renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/artist.py", line 73, in draw_wrapper
    result = draw(artist, renderer, *args, **kwargs)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/artist.py", line 50, in draw_wrapper
    return draw(artist, renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/figure.py", line 2810, in draw
    mimage._draw_list_compositing_images(
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/image.py", line 132, in _draw_list_compositing_images
    a.draw(renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/artist.py", line 50, in draw_wrapper
    return draw(artist, renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/axes/_base.py", line 3046, in draw
    self._update_title_position(renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/axes/_base.py", line 2996, in _update_title_position
    if title.get_window_extent(renderer).ymin < top:
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/text.py", line 910, in get_window_extent
    bbox, info, descent = self._get_layout(self._renderer)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/text.py", line 309, in _get_layout
    _, lp_h, lp_d = renderer.get_text_width_height_descent(
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/backends/backend_agg.py", line 259, in get_text_width_height_descent
    w, h, d = texmanager.get_text_width_height_descent(
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/texmanager.py", line 335, in get_text_width_height_descent
    dvifile = self.make_dvi(tex, fontsize)
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/texmanager.py", line 271, in make_dvi
    self._run_checked_subprocess(
  File "/opt/homebrew/Caskroom/miniforge/base/lib/python3.9/site-packages/matplotlib/texmanager.py", line 237, in _run_checked_subprocess
    raise RuntimeError(
RuntimeError: Failed to process string with tex because latex could not be found

from chainconsumer.

Samreay avatar Samreay commented on August 13, 2024

If matplotlib cannot find tex in your path, you can tell chainconsumer (to tell matplotlib) to don't even bother trying to use tex, by passing in usetex=False to the configure function

from chainconsumer.

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.