Bert

Ok I'll give that a shot too.

Jeff

-----Original Message-----
From: Bert Gunter <bgunter.4...@gmail.com> 
Sent: Monday, November 8, 2021 1:16 PM
To: reichm...@sbcglobal.net
Cc: R-help <r-help@r-project.org>
Subject: Re: [R] Plotly

As Plotly for R is a product of private company, your query is off topic here 
(though you may get a response if you are lucky). They have their own Help 
forum to which you should post instead:

https://community.plotly.com/c/graphing-libraries/r/9


Bert Gunter

"The trouble with having an open mind is that people keep coming along and 
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )

On Mon, Nov 8, 2021 at 10:25 AM Jeff Reichman <reichm...@sbcglobal.net> wrote:
>
> R Help Forum
>
>
>
> Anyone know if there are Plotly issues ones need to be aware of. For 
> example I quite often receive the following error "Error in 
> dirname(to) : path too long." I find there is no one fix. Is there 
> some sort of Windows /Plotly naming restrictions???
>
>
>
> # create a line chart displaying launches by agency type, with 
> highlighting
>
> shared_launches %>%
>
>   plot_ly(x = ~launch_year, y = ~n, color = ~agency_type) %>%
>
>   add_lines() %>%
>
>   highlight()
>
>
>
> Jeff
>
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to