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

allow setting the linewidth for contour plots in GR #1221

Merged
merged 3 commits into from
Nov 3, 2017

Conversation

daschw
Copy link
Member

@daschw daschw commented Nov 2, 2017

cf #1218

using Plots; gr()
contourf((1:100)*(1:100)', c = :turbid)
contour!((1:100)*(1:100)', c = :gray, lw = 10)

gr_contour_colors

@daschw
Copy link
Member Author

daschw commented Nov 3, 2017

This now also supports setting the linestyle.

using Plots; gr()
x = 1:100; contour(x * x', linewidth = 3, linestyle = :dash)

gr_contour_ls

@jheinen
Copy link
Member

jheinen commented Nov 3, 2017

@daschw 👍 you forstalled me :-)

@daschw daschw merged commit ab29a71 into JuliaPlots:master Nov 3, 2017
@daschw daschw deleted the gr-contour-lw branch March 1, 2018 19:12
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.

2 participants