Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPlot heatmap in Atom: colorbar overlaps plot #1606

Closed
yha opened this issue Jul 25, 2018 · 0 comments
Closed

PyPlot heatmap in Atom: colorbar overlaps plot #1606

yha opened this issue Jul 25, 2018 · 0 comments

Comments

@yha
Copy link
Member

yha commented Jul 25, 2018

After some recent update, PyPlot heatmaps inside Atom started having the colobar overlap the plot:

using Plots; pyplot()
heatmap(1:10,1:10,(1:10)*(1:10)')

image

Also, the plots are not correctly sized, leaving unused space in the plot pane, and the default fonts also seem much too small now. I believe the incorrect size issue was there for quite a while, but the change in font size is new.

The heatmap looks fine when plotted outside Atom.

Package versions:

 - Plots                         0.17.3
 - PyPlot                        2.6.0
 - Atom                          0.6.16
@daschw daschw closed this as completed in da765a5 Jul 28, 2018
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

No branches or pull requests

1 participant