Image

Това разширение не е обновявано повече от 2 години. Може вече да не се поддържа и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

Image

Plot.wp

Описание

Plot.wp enables the [plotly] shortcode, allowing easy inclusion of JSON-based plots using the plotly API. Just add valid plotly JSON between the [plotly] and [/plotly] shortcodes, and revel as an interactive plot appears in your post.

Снимки на разширението

  • Image
    A plot created with the [plotly]...[/plotly] shortcode.

Инсталиране

Upload the Plot.wp plugin to your blog, Activate it, then use the [plotly]...[/plotly] shortcode to start plotting!

ЧЗВ

How do I add a plot to my post/page?

Plots are added using the [plotly]...[/plotly] shortcode. In between the shortcode must be a valid JSON object that will be passed to Plotly.plot('myDiv', ...).

[plotly] {   "data": [{     "x": [1, 2, 3, 4],     "y": [27, 28, 29, 50],     "mode": "lines+markers",     "type": "scatter"   }],   "layout": {     "margin": {       "t": 40, "r": 40, "b": 40, "l":40     }   } } [/plotly] 

For more information about the plotly.js API, see the online documentation.

Отзиви

There are no reviews for this plugin.

Сътрудници и разработчици

“Plot.wp” е софтуер с отворен код. Към разширението са допринесли следните хора:

Сътрудници

Превеждане на “Plot.wp” на вашия език.

Имате интерес към разработване?

Преглеждане на кода, разглеждане на SVN хранилище, или абонамент към програмната история (log) чрез RSS.

Списък с промени

0.4

Release Date – 10 November 2016

  • First release of the Plot.wp plugin.