ປລັກອິນນີ້ ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ. ມັນອາດຈະບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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.

ພາບໜ້າຈໍ

  • 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.

ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Plot.wp” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

ແປ “Plot.wp” ເປັນພາສາຂອງເຈົ້າ.

ສົນໃຈຮ່ວມພັດທະນາບໍ່?

ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.

ບັນທຶກການປ່ຽນແປງ

0.4

Release Date – 10 November 2016

  • First release of the Plot.wp plugin.