Skip to content

Fixed issues with python3 and matplotlib#14

Open
milkschen wants to merge 2 commits intomedvedevgroup:masterfrom
milkschen:changes
Open

Fixed issues with python3 and matplotlib#14
milkschen wants to merge 2 commits intomedvedevgroup:masterfrom
milkschen:changes

Conversation

@milkschen
Copy link
Copy Markdown

Before the fix, I saw the same error as #13

    from __future__ import print_function
    ^
SyntaxError: from __future__ imports must occur at the beginning of the file

Also, set_color_cycle() has been deprecated so I switched to set_prop_cycle().

I use Python 3.6.10 and matplotlib 3.0.3 under GPU/Linux (x86_64).

…s for me with Python 3.6.10 and matplotlib 3.0.3
…bels of figs and html tables can be specified by user
@milkschen milkschen closed this Mar 26, 2020
@milkschen milkschen deleted the changes branch March 26, 2020 02:39
@milkschen milkschen restored the changes branch March 26, 2020 16:14
@milkschen milkschen reopened this Mar 26, 2020
@milkschen
Copy link
Copy Markdown
Author

I also added a `--label`` argument so that users can specify labels of queries. Also, I made the lower limit of y-axis of recall and precision plots flexible based on data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant