Skip to content

Commit

Permalink
remove intermediate print
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed May 11, 2021
1 parent 4a5389c commit af75993
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ function gridplot!(ctx, TP::Type{PyPlotType}, ::Type{Val{2}},grid)
vmin=1.0,
vmax=length(cmap)
)
@show length(cmap)
if ctx[:colorbar]==:horizontal
cbar=fig.colorbar(cdata,ax=ax,ticks=collect(1:length(cmap)),orientation="horizontal")
end
Expand Down

0 comments on commit af75993

Please sign in to comment.