Skip to content

plot_network() got an unexpected keyword argument 'file_name' and other issues #99

Description

@fzzinchemical

Sample Code:

citation_network = litstudy.network.build_citation_network(docs)
litstudy.plot_network(citation_network, file_name ='network.html')

Error Output:

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Cell In[50], line 2
      1 citation_network = litstudy.network.build_citation_network(docs)
----> 2 litstudy.plot_network(citation_network, file_name ='network.html')

TypeError: plot_network() got an unexpected keyword argument 'file_name'

This probalbly also applies to other plots, where the parameter is used. Thus this would need to be tested.

Also: The entire plot seems bugged, where any parameter you give it does not change the output. This issue can also apply to other network

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions