Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

typos & ms=5 -> lw=5 #18

Merged
merged 2 commits into from
Jul 24, 2021
Merged

typos & ms=5 -> lw=5 #18

merged 2 commits into from
Jul 24, 2021

Conversation

pfcrowe
Copy link
Contributor

@pfcrowe pfcrowe commented Jul 24, 2021

No description provided.

@@ -89,7 +89,7 @@ using Plots, StatsPlots, Distributions, LaTeXStrings
dice = DiscreteUniform(1, 6)
plot(dice,
label="six-sided Dice",
ms=5,
lw=5,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not what I intended. I want do a lollipop graph like in this PR: JuliaPlots/StatsPlots.jl#451

See the images. I am looking for markersize (ms) not linewidth (ls).

Can you fix it to be similar to the PR I've shown above?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah! sure - like this?

@pfcrowe pfcrowe requested a review from storopoli July 24, 2021 11:56
Copy link
Owner

@storopoli storopoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thank you!

@storopoli storopoli merged commit c66c510 into storopoli:master Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants