Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Issue with Seaborn and log plots in Python3 #3849

Closed
Assignees
jenshnielsen
Milestone
@jenshnielsen

Description

@jenshnielsen

Not sure if this is a MPL or seaborn issue but just posting it here so that it doesn't get lost. I will investigate further later.

Running the following works as expected in python 2 and using python3 without seaborn on master (1.5.x )

importseabornimportmatplotlib.pyplotaspltmyfig,ax=plt.subplots(1,1)ax.plot(range(100))ax.set_xscale('log')ax.set_yscale('log')plt.show()

However it doesn't work with python3 see:
https://gist.github.com/jenshnielsen/5292948d67038bb77bfb

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp