I have this data set of high-frequency data of air temperature, with the intraday data from 00:00 to 23:55 (every 5 min) so it consists of 288 observations for the x-axis. And the other axis (y-axis) for dates in six continuous years from 2015-2020, in which 2016 and 2020 are leap years. So the surface is the surface of 288 (ncolumn) * 2192 (nrow), showing the values of air temperature in z axis. I have used plotply to plot the surface, however, the axis are now by numbering, i.e., the x-axis is like from 0 to 288 and the y-axis is from 0 to 2192. I want to customize these both axis, so that it appears as 00:00 to 23:55 in x-axis & 2015 to 2020 in y-axis. I have played around with plotly in R (scene, add-surface...) but there is no result for now. Is there anyone that can help with this? Thank you!
How to customize tick mark for 2D surface plotply in both x axis (time of day) & y axis (dates in a year)
13 views Asked by sehne At
0
There are 0 answers
Related Questions in TIME-SERIES
- Measures of similarity for time series data
- Is there an algorithm to identify the increasing Period/Interval of a time series?
- What kind of ARIMA model would be best fit for this data?
- How to load very big timeseries file(s) in Python to do analysis?
- How to write the query statement of the total number of time series by paging in Apache IoTDB?
- error to generate regular raster stack time series in R
- Getting NotImplementedError: While Importing ARMA
- Plotting Non-Uniform Time Series Data from a Text File
- How in SQL can I identify if a value has changed within the current week or vis-a-vis the previous week?
- LSTM : predict_step in PyTorch Lightning
- Slow SELECT statement, possibly due to WHERE?
- R: Error in tseries::garch() Function for Auto GARCH Model Detection
- LSTM multistep forecast
- Sum column depending on values from another column on a single row (Pivot columns)
- gap fill for raster stack in R
Related Questions in TIMESTAMP
- Laravel's whereBetween method not working with two timestamps
- TimeStamp on ICMP on Scapy (Python)
- How to properly set timestamp field seeder for a postgreSql database in Laravel 10.47?
- Hive query on HUE shows different timestamp than programatically/on data
- Invalid argument with SendMsg() cmsg in golang
- C# DateTime.Parse method losses nanosecond precision of the timestamp string
- How can I keep randomized UNIX timestamp in specific hour range in SQL?
- How to edit the Samsung Trailer Tag "Timestamp"
- How can I find the elapsed time from a specific date to now when using Pandas Timestamp in Python?
- How to customize tick mark for 2D surface plotply in both x axis (time of day) & y axis (dates in a year)
- How to set the display format of timestamp in Apache IoTDB to yyyy-MM-dd HH:mm:ss.SSSZZ?
- How to print out a datetime stamp info in a plpgSQL using "raise info" function for debugging purpose in Redshift environment
- string to timestamp with sql
- How can I 'tell' PostgreSQL what the timestamp format is when I INSERT a text string that represents a timestamp into a table?
- Unable to write the file while using windowing for streaming data use to ":" in Windows
Related Questions in TICKER
- Could ticker interrupts interfere with hardware interrupts?
- Matplotlib colorbar ticks format when using scientific notation
- jQuery Slick Slider: How to make a logo ticker slider
- Can someone please explain why this jQuery isn't working?
- Pause Jquery script on mouseover
- Lines with easelJS using Ticker
- Continuous countup timer (independent of page load)
- SP500, Dow Jones and Nasdaq tickers won't work Python
- Bitcoin ticker + fontawesome
- Logo ticker in HTML / CSS
- How to add a gradient on both sides of ticker?
- create dynamic camera overlay that changes with scences
- How to I setup a database that tracks prices for 100k+ products over time?
- Javascript and PHP time ticker
- Threading in Python with Timed While Loop
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)