Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Timestamp is undefined
#8
(Feb-16-2019, 08:06 PM)ErnestTBass Wrote: what can I do to modify that line so that it runs as an Python script?

There must be someway to modify it.
Look at this post again.
There i use plt.show() to show it as image(png) when run as a script outside of NoteBook.
plt.plot(x,y, label='Loaded from file!')
plt.xlabel('x')
plt.ylabel('y')
plt.title('Graph x y')
plt.legend(loc='upper left', shadow=True, fontsize='large')
plt.show()
Inside NoteBook it's one line,if not doing any modification to Graph.
df.plot(x='x_data', y='y_data' figsize=(7 ,3)
Reply


Messages In This Thread
Timestamp is undefined - by ErnestTBass - Feb-12-2019, 07:02 PM
RE: Timestamp is undefined - by buran - Feb-12-2019, 07:11 PM
RE: Timestamp is undefined - by ErnestTBass - Feb-12-2019, 08:11 PM
RE: Timestamp is undefined - by buran - Feb-12-2019, 08:31 PM
RE: Timestamp is undefined - by ErnestTBass - Feb-14-2019, 02:30 PM
RE: Timestamp is undefined - by snippsat - Feb-14-2019, 06:55 PM
RE: Timestamp is undefined - by ErnestTBass - Feb-16-2019, 08:06 PM
RE: Timestamp is undefined - by snippsat - Feb-16-2019, 08:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  undefined function error JonWayn 5 1,457 Sep-11-2022, 03:38 AM
Last Post: JonWayn
  Undefined Led_Zeppelin 4 1,422 Aug-02-2022, 11:57 AM
Last Post: buran
  error in timestamp Led_Zeppelin 3 3,239 Jun-15-2022, 08:28 PM
Last Post: deanhystad
  error in timestamp Led_Zeppelin 0 1,012 Jun-10-2022, 07:59 PM
Last Post: Led_Zeppelin
  ImportError: /home/pybind11_example.cpython-37m-x86_64-linux-gnu.so: undefined symbol chaitra 2 5,121 Feb-03-2021, 05:14 AM
Last Post: chaitra
  name "MyVariable" can be undefined Advisability 1 2,435 Aug-20-2020, 02:05 PM
Last Post: Gribouillis
  function error: undefined variable Atlantic_3000 3 6,963 Apr-12-2020, 02:53 AM
Last Post: bowlofred
  name undefined Coding Error Ewilliam51 2 2,146 Feb-06-2020, 12:19 AM
Last Post: Ewilliam51
  python charmap codec can't decode byte X in position Y character maps to < undefined> owais 9 39,161 Apr-28-2018, 10:52 PM
Last Post: abadawi
  timestamp not updating bowen73 3 7,205 Aug-20-2017, 11:13 PM
Last Post: bowen73

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020