Code Monkey home page Code Monkey logo

Comments (6)

blink1073 avatar blink1073 commented on July 19, 2024

Is the intent to avoid error when gnuplot is not available, or to avoid having the gui pop up? If it is the latter, I could make the tests spawn figures without displaying them (as is done by Octavemagic).

from oct2py.

cel4 avatar cel4 commented on July 19, 2024

I'm not sure what the problem is exactly but sometimes the test_plot just hangs in the gentoo building/testing environment.

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

This happens on Travis occasionally as well. I am going to add the option to save figures to a file rather than displaying them, and do that in the test instead.

from oct2py.

cel4 avatar cel4 commented on July 19, 2024

Yes, that is probably an even better idea.

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

eval and the dynamic functions now accept the following keywords:

        plot_dir: str, optional
            If specificed, save the session's plot figures to the plot
            directory instead of displaying the plot window.
        plot_name : str, optional
            Saved plots will start with `plot_name` and
            end with "_%%.xxx' where %% is the plot number and
            xxx is the `plot_format`.
        plot_format: str, optional
            The format in which to save the plot (PNG by default).
        plot_width: int, optional
            The plot with in pixels (default 400).
        plot_height: int, optional
            The plot height in pixels (default 240)

from oct2py.

blink1073 avatar blink1073 commented on July 19, 2024

Closing, thanks @cel4!

from oct2py.

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.