[R] Plotly

Bert Gunter bgunter@4567 @end|ng |rom gm@||@com
Mon Nov 8 20:15:59 CET 2021


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 <reichmanj using 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 using 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.



More information about the R-help mailing list