Markers in Gadfly [closed] - julia

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
is there any possibility to change the marker types in Gadfly plots? Or anything that could clearly distinguish different lines in a grayscale printout?
Thanks,
Dominik

There is currently no way to change marker types in Gadfly. There is an open issue about it: https://github.com/dcjones/Gadfly.jl/issues/66

Related

Why is there an error saying that the object is not found? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
The following link displays an image of the coding that I have done:
You need to reference the table you are using, so instead of
hist(Age)
use
hist(my_data$Age)

How to make css Gradients? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
can anyone please help me with this gradients , thanks.
This what i was able to do
and this what i want
Try this web site https://cssgradient.io/
you can make the gradient, then, copy the css code for your background.

adding sliders in R leaflet app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is it possible to add a slider in R that can change certain values which are visualized?
For a project I want to make a suitability map with a certain amount of layers. The user of the map should be able to change the weights that the different layers contribute to the suitability.
After some research I found that this is possible in javascript, however I never used javascript.
This should be achievable with shiny.
Your question is too open-ended.
however I never used javascript
Start by reading https://cran.r-project.org/web/packages/leafletR/leafletR.pdf and then https://github.com/chgrl/leafletR .

Is it possible with shiny to make the label appear when hovering over a line? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
As shown here
This is useful when there are multiple lines and unreadable legend..
Seems like rChart will do the job ! A useful demo here

LESS variables doesn't apply [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I new to LESS, first using it, but from the start have problem.
I can apply variables at all, here is photo with background-color http://i1367.photobucket.com/albums/r799/Yaroslav_Kuzyo/1_zps9e9436e1.jpg, as you can see Chrome cross background-colour, but if I use #HEX it works. Thanks for the help
You need to change your link rel attribute to stylesheet/less so that it can be parsed by the JavaScript.

Resources